Look up an external account for payment
Lookup an external account by ID to determine supported currencies and exchange rates. This endpoint helps platforms determine what currencies they can send to a given external account, along with the current estimated exchange rates and minimum and maximum amounts that can be sent.
Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
System-generated ID of the external account
"ExternalAccount:e85dcbd6-dced-4ec4-b756-3c3a9ea3d965"
Query Parameters
UMA address of the sender (optional if customerId is provided)
System ID of the sender (optional if senderUmaAddress is provided)
Currency code the sender will send from (e.g., USD). Selects which of the sender's configured currencies the response is priced against: it is echoed back as the response's sendingCurrency, and the minSendingAmount/maxSendingAmount bounds are denominated in its smallest unit. Defaults to the sender's default currency.
Response
Successful lookup
The currency the payment is sent from — the sender's default, or the one named by the sendingCurrency query parameter. Every estimatedExchangeRate in supportedCurrencies converts from this currency, and any minSendingAmount/maxSendingAmount is denominated in its smallest unit.
List of currencies supported by the receiving account
Unique identifier for the lookup. Needed in the subsequent create quote request.
"Lookup:019542f5-b3e7-1d02-0000-000000000009"
The external account ID that was looked up
"ExternalAccount:e85dcbd6-dced-4ec4-b756-3c3a9ea3d965"
Fields required by the receiving institution about the payer before payment can be completed