Skip to main content
POST
Upload an ACH Debit Authorization PDF

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

ACH debit authorization details

routingNumber
string
required
accountNumber
string
required
accountType
enum<string>
required
Available options:
checking,
savings
fileId
string
required
memo
string | null
transactionLimitCents
integer<int64> | null
expirationDate
string<date> | null

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