Skip to main content
GET
Returns a charge authorization by id

Authorizations

Authorization
string
header
required

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

Path Parameters

chargeAuthorizationId
string
required

Charge authorization id

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