Skip to content

Bind a Card

POST /openapi/v1/cards/bindCard
ItemValue
HTTP methodPOST
Request path/openapi/v1/cards/bindCard
Request typeapplication/json

Request parameters:

FieldTypeRequiredDescription
cardNostringYesFull card number, up to 32 characters; only digits, spaces, and hyphens are supported.
expiryMonthstringYesExpiry month, in the format 1 to 12 or 01 to 12.
expiryYearstringYesExpiry year, as 2 or 4 digits.
cvvstringYesCVV, 3 to 4 digits.
cardTypeIdstringYesCard type ID, up to 64 characters.
emailstringYesRegistered email address, up to 128 characters.

Response data: fields are the same as in Get Card Details.