Fetch all bank account beneficiaries and bank transfer type
Fiat Beneficiaries
List Fiat Beneficiaries
This operation allows the client to fetch all beneficiary by accounts and their transaction type
GET
Fetch all bank account beneficiaries and bank transfer type
Fetches all saved fiat (bank account) beneficiaries.
Authorizations
Requires authentication via API key and HMAC signature.
x-api-key: Your API key generated from your Onboard Business dashboard.x-timestamp: Unix epoch timestamp (seconds) used in signature, allowed skew is 30 secondsx-signature: SHA256 HMAC HEX signature calculated overt={x-timestamp}&{requestBody}using your API Secret.
Query Parameters
The currency code for the request.
Example:
"USD"
The account holder type
Available options:
INDIVIDUAL, BUSINESS Page parameter, starting from 1
Required range:
x >= 1Required range:
1 <= x <= 100Response
Beneficiary fetched
Base object for paginated list
Descriptive name for the list
Positive integer
Required range:
x >= 0Positive integer
Required range:
x >= 0Positive integer
Required range:
x >= 0Positive integer
Required range:
x >= 0List of Beneficiaries
Fiat beneficiary object
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5