curl --request GET \
--url https://api.cadanapay.com/v1/businesses/{businessId}/funding-details \
--header 'Authorization: Bearer <token>'{
"type": "us_ach",
"currency": "USD",
"details": {
"accountName": "Acme Corp",
"accountNumber": "123456789",
"routingNumber": "000000000",
"bankName": "Example Bank",
"accountType": "checking"
}
}Returns the business’s funding details.
curl --request GET \
--url https://api.cadanapay.com/v1/businesses/{businessId}/funding-details \
--header 'Authorization: Bearer <token>'{
"type": "us_ach",
"currency": "USD",
"details": {
"accountName": "Acme Corp",
"accountNumber": "123456789",
"routingNumber": "000000000",
"bankName": "Example Bank",
"accountType": "checking"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Required when using a Platform API token. The tenant key identifying which business to operate on.
The unique identifier for the business
Funding details for the account
The type of funding method
ach, wire, iban, bank, swift "ach"
ISO 4217 currency code
"USD"
Name on the account
"Acme Corp"
Account number (for ACH, bank, wire) or IBAN (for iban type)
"123456789"
Routing number (for ACH, bank, wire)
"000000000"
Name of the bank
"Example Bank"
Type of account (for ACH, bank)
checking, savings "checking"
SWIFT/BIC code (for iban, swift types)
"EXMPGB2L"
Country code (for iban type)
"GB"
Crypto wallet address (for crypto type)
"0x742d35Cc6634C0532925a3b844Bc454e4438f44e"
Blockchain chain (for crypto type)
"ETH"
Type of cryptocurrency (for crypto type)
"USDC"
Memo or reference (for crypto type)
"123456"