curl --request GET \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts/{aid}/funding-methods \
--header 'Authorization: Bearer <token>'{
"card": {
"currencies": [
"EUR",
"USD"
]
},
"fiat": [
{
"accountHolder": "ACME Ltd.",
"accountNumber": "123456789",
"bankName": "ACME Bank",
"description": "Primary EUR settlement",
"iban": "ES9121000418450200051332",
"notes": "Use reference for faster reconciliation",
"reference": "REF123456",
"region": "SEPA",
"routingNumber": "021000021",
"type": "IBAN"
}
]
}Get a list of all funding methods available for the account
curl --request GET \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts/{aid}/funding-methods \
--header 'Authorization: Bearer <token>'{
"card": {
"currencies": [
"EUR",
"USD"
]
},
"fiat": [
{
"accountHolder": "ACME Ltd.",
"accountNumber": "123456789",
"bankName": "ACME Bank",
"description": "Primary EUR settlement",
"iban": "ES9121000418450200051332",
"notes": "Use reference for faster reconciliation",
"reference": "REF123456",
"region": "SEPA",
"routingNumber": "021000021",
"type": "IBAN"
}
]
}API Key for accessing management endpoints
OK
Show child attributes
"ACME Ltd."
For ACH
"123456789"
"ACME Bank"
"Primary EUR settlement"
For SEPA
"ES9121000418450200051332"
"Use reference for faster reconciliation"
"REF123456"
"SEPA"
"021000021"
"IBAN"