Create combo card (deprecated)

Associates a customer's debit and credit accounts to create a combination card with both debit and credit payment capabilities that can be used as one embossed card. It is recommended you create a combination card using card modes as this endpoint will soon be deprecated. For more information, refer to the mode documentation in the Cards management guide.

Body Params

Request body

credit
object
required

Credit object

debit
object
required

Object containing the debit side in the relationship

Headers
string
length ≤ 36

A unique identifier to ensure the operation remains idempotent, allowing for operation repetition without causing unintended effects or duplication. An idempotent operation is one that can be applied multiple times, yet the outcome remains the same. it ensures that network errors, retries, or failures can occur without introducing inconsistencies. 36 chars max.

Responses

401

Access token is missing or invalid

403

You don't have permission to access this resource

409

You already have a card with this type and name active

500

Internal server error

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json