cURL
curl --request GET \ --url https://api.platnova.com/v1/virtual-accounts \ --header 'X-API-KEY: <api-key>'
{ "status": true, "data": [ { "recommended": false, "meta": { "id": "47f77087-cb48-4aa2-8ab9-33b2b9156209", "provider": 5, "currency": "USD", "account_type": "Current", "issued": true, "disabled": false, "ach_routing_number": "598983484", "rtp_routing_number": "812096193", "wire_routing_number": "982935645", "swift_code": "CHASUS33", "bank_address": "270 Park Ave, New York, NY, 10017-2070" }, "account_number": "3916098129", "account_name": "John Doe", "bank_name": "JPMorgan Chase", "bank_code": "CHASUS33", "default": true } ], "error": [], "message": "operation was successful" }
Retrieve a list of virtual accounts, optionally filtered by currency or customer.
API key for authentication.
optional three letter currency codes
unique id of the customer
200 - Success - USD
Show child attributes