Skip to main content
POST
Request charge authorization from a customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

ID of the customer that needs to be fetched

Body

application/json

Charge authorization request details. If emails are omitted, the customer's emails on file are used.

sendEmail
boolean
required
emails
string[]
memo
string | null
transactionLimitCents
integer<int64> | null
expirationDate
string<date> | null
paymentMethodTypes
enum<string>[]
Available options:
ACH,
CREDIT_CARD

Response

Successful operation

id
string
customerId
string
paymentMethod
object | null
transactionLimitInCents
integer<int64> | null
expiresAt
number | null

Expiration timestamp as epoch milliseconds

active
boolean
url
string | null