Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Creates and stores a new payment method for a customer, such as a credit card, ACH account, or digital wallet token. This endpoint accepts full payment method details and securely tokenizes them for future use.
It’s typically used during onboarding, checkout, or when a customer wants to add a new card or bank account to their profile. The created payment method can later be used for subscriptions, or one-time payments.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.