cURL
curl --request GET \ --url http://localhost:8080/v1/instruments/{id} \ --header 'Authorization: Bearer <token>'
{ "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" }
Returns a single payment instrument.
Merchant API key: ak_live_... or ak_test_...
ak_live_...
ak_test_...
Resource identifier (xid format)
Instrument details
"ins_cq1234567890abcdef"
Payment method (e.g., ach, sepa, swift, eft, pix, crypto)
active
disabled