API Endpoints

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
firstNamestringRequiredExample: Peter
lastNamestringRequiredExample: Jones
phoneall ofRequired
addressall ofRequired
Responses
post
/payments/customer-enrollment
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation.

application/json
get
/payments/customers
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful operation

application/json
get
/payments/charges
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
amountstringRequiredExample: 10
fromAccountIdstringOptionalExample: ba_1MCkDNJbiW7FRdJYJDT684sV
Responses
post
/payments/charges
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
post
/payments/authorizations
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
cancelReasonstringRequiredExample: Personal reasons
Responses
200

Successful operation

application/json
ResponseanyExample: {"statusCode":200}
delete
/payments/authorizations
post
Responses
post
/payments/stripe-wh
400

The request was not made by Stripe

Last updated

Was this helpful?