v5
latestOpenAPI 3.1.02026-07-262421791.5 MBmulti-currency-account
Retrieve multi currency account for a profile
Returns the multi-currency account details for the specified profile. If the user does not yet have a multi-currency account, a 404 Not Found will be returned.
get/v4/profiles/{profileId}/multi-currency-account
Path parameters
profileIdinteger required
Profile ID.
Headers
X-External-Correlation-Idstring uuid
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Response
Multi currency account object.
Example response
{
"id": 1,
"profileId": 33333333,
"recipientId": 12345678,
"creationTime": "2020-05-20T14:43:16.658Z",
"modificationTime": "2020-05-20T14:43:16.658Z",
"active": true,
"eligible": true
}