Retrieve transfer options
Generate available payment method options for one or multiple transfer participants depending on the accountID or paymentMethodID you supply in the request body.
The accountID in the route should the partner's accountID.
Read our transfers overview guide to learn more.
To access this endpoint using an access token
you'll need to specify the /accounts/{accountID}/transfers.write scope.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
"sourceOptions": [
{
"paymentMethodID": "b7a60692-ab86-4eb0-b961-3bb4a714aa42",
"paymentMethodType": "moov-wallet",
"wallet": {
"walletID": "0eb7d670-c252-422a-892d-002136c358e0",
"partnerAccountID": "c197cd40-7745-4413-8f3b-ec962d1b5225",
"walletType": "default"
}
}
],
"destinationOptions": [
{
"paymentMethodID": "b7a60692-ab86-4eb0-b961-3bb4a714aa42",
"paymentMethodType": "moov-wallet",
"wallet": {
"walletID": "0eb7d670-c252-422a-892d-002136c358e0",
"partnerAccountID": "c197cd40-7745-4413-8f3b-ec962d1b5225",
"walletType": "default"
}
}
]
}Response headers
x-request-id
string
<uuid>
required
{
"error": "string"
}Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
{
"amount": "string",
"source": "string",
"destination": "string"
}Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Response headers
x-request-id
string
<uuid>
required
Headers
X-Moov-Version
string
Specify an API version.
API versioning follows the format vYYYY.QQ.BB, where
YYYYis the yearQQis the two-digit month for the first month of the quarter (e.g., 01, 04, 07, 10)BBis the build number, starting at.01, for subsequent builds in the same quarter.- For example,
v2024.01.00is the initial release of the first quarter of 2024.
- For example,
The latest version represents the most recent development state. It may include breaking changes and should be treated as a beta release.
When no version is specified, the API defaults to v2024.01.00.
Path parameters
accountID
string
<uuid>
required
Body
amount
object
required
Show child attributes
currency
string
required
Pattern
value
integer<int64>
required
Quantity in the smallest unit of the specified currency.
In USD this is cents, for example, $12.04 is 1204 and $0.99 is 99.
destination
object
required
Show child attributes
accountID
string<uuid>
paymentMethodID
string<uuid>
source
object
required
Show child attributes
accountID
string<uuid>
paymentMethodID
string<uuid>
Response
destinationOptions
array
Show child attributes
sourceOptions
array