Tokenize a Card

Accepts card data along with optional billing details, tokenizes the card, and securely stores the tokenized payment method. Returns a token ID that can be used in place of the card number for future transactions.

Authentication is done via Cloudbeds JWT

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Tokenize Card Request

string
required

The full card number.

string
required

The card verification value.

string
required

The card brand. Supported values: VISA, MASTERCARD, AMEX, DISCOVER, etc.

string
required

The name on the card.

expiration
object
required

Card expiration date.

billing_details
object

Billing address and contact information.

Headers
string
Response

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