v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBCreate 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. Note: This endpoint takes an account token - an access token encoded with a Pismo account ID.
Headers
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.
Request body
Example request
{
"credit": {
"customer_id": 5648988,
"metadata": "{ \"key\": \"value\"}",
"embossing_custom_field": "Tracking ID = 5859930",
"template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B"
},
"debit": {
"metadata": "{ \"key\": \"value\"}",
"embossing_custom_field": "Tracking ID = 5859930",
"template_id": "EAFA693A-57B2-4029-97F3-D20D6F06D79B"
}
}Response
Cards relationship information
Example response
{
"cardID": 6743052,
"cards": [
{
"cardID": 6743052,
"roleType": "SECONDARY_INSTALLMENT"
}
]
}