v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Retrieves information about a specific payment connector.

get/payments/managers/{paymentManagerId}/connectors/{paymentConnectorId}

Path parameters

paymentManagerIdstring required

The unique identifier of the parent payment manager.

paymentConnectorIdstring required

The unique identifier of the payment connector to retrieve.

Response

Success

paymentConnectorIdstring required

The unique identifier of the payment connector.

namestring required

The name of the payment connector.

descriptionstring

The description of the payment connector.

type'CoinbaseCDP' | 'StripePrivy' required

The type of the payment connector, which determines the payment provider integration.

createdAtstring date-time required

The timestamp when the payment connector was created.

lastUpdatedAtstring date-time required

The timestamp when the payment connector was last updated.

status'CREATING' | 'UPDATING' | 'DELETING' | 'READY' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETE_FAILED' required

The current status of the payment connector. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>DELETING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, and <code>DELETE_FAILED</code>.