cURL
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
API Key for accessing management endpoints
User ID
Account ID
OK
Show child attributes