Returns a single payee by ID.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/payees/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "pye_abc123", "merchant_id": "<string>", "type": "individual", "status": "active", "display_name": "<string>", "country": "<string>", "external_ref": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
Payee details.
Show child attributes