cURL
curl --request GET \ --url https://api.ledger.so/v1/payout-accounts/{id} \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "id": "pa_abc123", "customerId": "cus_abc123", "type": "us_bank", "createdAt": "2023-11-07T05:31:56Z", "label": "My checking account", "details": {} } }
Retrieves the details of a single payout account.
API key passed as a Bearer token. Format: ld_<env>_<prefix>_<secret> where <env> is test or live.
ld_<env>_<prefix>_<secret>
<env>
test
live
Payout account details
Indicates the request was successful.
Show child attributes