Customers
Get customer capabilities
Returns the capabilities currently available, in review, or unavailable for a customer. IN_REVIEW and ACTIVE customers use the same capability mapping; READY is only published when the customer is ACTIVE. Provider-gated capabilities with no active provider path are omitted unless the customer requested them; customer-status-gated capabilities are omitted when their status requirement is not met.
get/v1/customers/{id}/capabilities
Path parameters
idstring required
Example:cus_abc123
Customer ID
Headers
X-API-Keystring
API key
Response
Customer capabilities
Example response
{
"id": "cus_abc123",
"capabilities": [
{
"capability": "USD_WIRE_PAYIN",
"status": "READY"
}
]
}Changes
No recorded changes to this endpoint across all 19 revisions of this API.