Skip to main content
GET
/
customers
/
{id}
/
abilities
Get customer abilities
curl --request GET \
  --url https://api.sandbox.iron.xyz/api/customers/{id}/abilities \
  --header 'X-API-Key: <api-key>' \
  --header 'X-SUB-PARTNER-ID: <x-sub-partner-id>'
{
  "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"
    }
  }
}

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string
required

Optional sub-partner UUID, if provided, the customer will be filtered for the sub-partner

Path Parameters

id
string<uuid>
required

the ID of the Customer to GET abilities for

Response

GET Customer Abilities Succeeded

Customer Abilities

Represents the abilities/capabilities that a customer has

fiat_deposit
ApiFiatAbilities · object
required

Fiat rails Customer's ability to use fiat deposit and payout rails

fiat_payout
ApiFiatAbilities · object
required

Fiat rails Customer's ability to use fiat deposit and payout rails