v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
multi-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.

idinteger

Multi currency account ID.

profileIdinteger

Profile ID the multi currency account is attributed to.

recipientIdinteger

Recipient ID of the multi currency account, to be used for transfer recipient.

creationTimestring date-time

Datetime when multi currency account was created.

modificationTimestring date-time

Datetime when multi currency account was last modified.

activeboolean

Whether multi currency account is active or not.

eligibleboolean

Whether multi currency account is eligible or not.

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
}