Skip to main content
GET
/
v1
/
virtual-accounts
List virtual accounts
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"
}

Overview

Retrieve a list of all virtual accounts for a specific customer. This endpoint returns all virtual accounts associated with the customer, including account details and metadata.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Query Parameters

currency
string

optional three letter currency codes

customer_id
string

unique id of the customer

Response

200 - Success - USD

status
boolean
data
object[]
error
any[]
message
string