Strictly / PayWithZero Public API
string · requiredstringstringstring
Card tokenization
POST
https://api.paywithzero.net/v1
/v1/public/tokenize
Tokenize a credit/debit card. Returns a paymentToken that can be passed to charge or customer endpoints in place of raw card data. Requires a merchant tokenizationKey.
Card tokenization › Request Body
tokenizationKeyMerchant tokenization public key
ccnumberThe card number
ccexpThe card expiration date
cvvThe CVV of the card
Card tokenization › Responses
Card tokenized successfully.
object