cURL
curl --request GET \ --url https://api.getsafepay.com/raastwire/v1/aggregators/{raast-aggregator-id}/ledger/accounts \ --header 'X-SFPY-AGGREGATOR-SECRET-KEY: <api-key>'
{ "api_version": "v1", "data": { "id": "3", "token": "acct_a4a2ecaa-5d14-4330-970b-89c0d5c30934", "account_type": "ACCT_AGGREGATOR", "account_name": "DLocal", "normal_balance": "SIDE_CREDIT", "balance": "0", "currency": "PKR", "running_balance": "0", "vault_token": "lock_81f9c5db-3e7b-47f1-80b6-a1de8a762de8", "bank_acct_id": "acc_ff3555cc-149a-4883-9945-401170d0480d", "external_partner_id": "partner_ed4f0480-36c8-4a5a-8cd4-381bc4d83f2c", "external_aggregator_id": "agg_10951914-7e84-40e9-9693-19a22c8ede89", "external_merchant_id": "", "created_at": "2025-10-26T21:39:39Z", "updated_at": "2025-12-16T18:39:17Z" } }
Explore ledger account in detail
The unique identifier for the aggregator
"agg_2288490a-2176-4de5-b373-0ffb6f8e2e6e"
This response contains details of an external aggregator ledger account
Standard response structure for successful operations
The current version of the API spec
"v1"
ledger account record
Show child attributes
Was this page helpful?