Create sync card

Overview

Create sync card Available for Staff, App, and Directory tokens.

Required Fields

  • customer_id: The customer ID from the payment gateway (e.g., Stripe customer ID). This is mandatory - the API returns 422 'Mandatory parameter customer_id is missing' when it's not provided.
  • client_id: The client UID to associate the card with.
  • external_card_id: The card ID from the payment gateway.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The client UID (unique identifier) for the client who owns this card.

string
required

Required. The customer ID from the payment gateway (e.g., Stripe customer ID starting with 'cus_'). This is the external identifier used by the payment provider.

details
object

Card details object containing payment card information

boolean

true/false. default: false (will be set to true if it is the client's first card)

string
required

Required. The card ID from the payment gateway (e.g., Stripe card ID starting with 'card_' or 'pm_'). This is mandatory for sync operations.

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