Banking Connectivity
cURL
curl --request GET \ --url https://api-sandbox.y.uno/v1/banking/accounts/{account_id}/transfers/{transfer_id} \ --header 'private-secret-key: <api-key>' \ --header 'public-api-key: <api-key>'
200
Pending
The unique identifier of the account. Found on the Yuno dashboard (UUID, 36 chars).
The id of the transfer obtained from Initiate Entity Transfer (UUID, 36 chars).
id
Was this page helpful?