API Reference

Tokenise Card

This route allows to tokenise a card for use in payment plans.

Log in to see full request history
Path Params
string
required

The unique customer FCCID used to identify and associate the tokenised card.

Body Params

The card details to be tokenised.

string
required

The Card holder's first name

string
required

The Card holder's last name

string
required

The Card number

string
required

The Card Expiry date in the format MMYYYY

string
required

Card cvv

string
required

The Card holder's date of birth

billingAddress
object

The Card holder's billing address

boolean
required

Whether to save the new card details or not.

Response
201
Language
URL
Click Try It! to start a request and see the response here!