API Reference

Create Payment Method with Card Token

Create a payment method using a tokenized card. Permission: Create Payment Methods

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

Masked card details associated with the token.

string
required

Processor-issued token representing the card.

string
required

UUID of the associated customer.

boolean | null

Optional. When omitted or null, the new payment method is created without changing primary status on any sibling. When true, this payment method is set as primary and all other payment methods of the same type for this customer have their primary flag cleared. When false, this payment method is explicitly saved as non-primary; siblings are not changed.

string
required

NMI processor identifier (e.g., 'nmi.

When true, skips NMI processor validation for the card token. Defaults to true. Accepts: true, false, True, False, 1, 0.

string
enum
required

The payment method type.

Allowed:
Response
200
Language
Credentials
URL
LoadingLoading…