Updates mutable fields on a payee. Does not update PII — use the Update PII endpoint for that.
cURL
curl --request PUT \ --url https://api.antonpayments.com/v1/payees/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "display_name": "<string>", "country": "<string>", "external_ref": "<string>", "metadata": {} } '
{ "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.
Show child attributes
Payee updated.