cURL
curl --request GET \ --url https://api.sandbox.iron.xyz/api/customers/{id}/abilities \ --header 'X-API-Key: <api-key>'
{ "fiat_deposit": { "eur": { "sepa": "Active", "sepa_thirdparty": "Active" }, "gbp": { "chaps": "Active", "chaps_thirdparty": "Active", "fps": "Active", "fps_thirdparty": "Active" }, "usd": { "ach": "Active", "ach_thirdparty": "Active", "rtp": "Active", "rtp_thirdparty": "Active", "swift": "Active", "swift_thirdparty": "Active", "wire": "Active", "wire_thirdparty": "Active" } }, "fiat_payout": { "eur": { "sepa": "Active", "sepa_thirdparty": "Active" }, "gbp": { "chaps": "Active", "chaps_thirdparty": "Active", "fps": "Active", "fps_thirdparty": "Active" }, "usd": { "ach": "Active", "ach_thirdparty": "Active", "rtp": "Active", "rtp_thirdparty": "Active", "swift": "Active", "swift_thirdparty": "Active", "wire": "Active", "wire_thirdparty": "Active" } } }
Retrieve the abilities/capabilities for a specific customer by ID
API Key
Optional sub-partner UUID, if provided, the customer will be filtered for the sub-partner
the ID of the Customer to GET abilities for
GET Customer Abilities Succeeded
Customer Abilities
Represents the abilities/capabilities that a customer has
Fiat rails Customer's ability to use fiat deposit and payout rails
Show child attributes
Was this page helpful?