cURL
curl --request GET \ --url http://localhost:8080/v1/beneficiaries/{id}/instruments \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "ins_cq1234567890abcdef", "beneficiary_id": "<string>", "merchant_id": "<string>", "method": "<string>", "currency": "<string>", "country": "<string>", "label": "<string>", "display_last4": "<string>", "display_bank": "<string>", "display_network": "<string>", "status": "active", "is_default": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "has_more": true }
Returns all payment instruments attached to the specified beneficiary.
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
Resource identifier (xid format)
List of instruments
Show child attributes