Create Debit Card

Adds a debit card to the withdrawer's account which they can withdraw funds to. Will check the card to see if its eligible to receive funds.

Authentication

x-coinflow-auth-user-idstring
OR
x-coinflow-auth-walletstring
x-coinflow-auth-blockchainstring
OR
x-coinflow-auth-session-keystring

Request

This endpoint expects an object.
expYearstringRequiredformat: "^\d+$"=2 characters

The Cards Expiration Year ex: 2026 => 26

expMonthstringRequiredformat: "^\d+$"=2 characters

The Cards Expiration Month ex: January => 01 December => 12

cardTokenstringRequired>=1 character

This is the card token received from the CoinflowCardOnlyInput

addressobjectOptional
If address is not available on the user's KYC,the endpoint will return a 412 error and the request must be retried with the user's address information.
merchantIdstringOptional

Response

Ok

Errors