create payment method
payments
create payment method
Create a payment method for a customer
POST
create payment method
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Body of the request
The customer create payment method request
The payment provider code to use
Available options:
stripe, square, sandbox Example:
"stripe"
The unprice customer id generated by the system for this customer
Example:
"cus_1234567890"
The success url if the customer signs up
Example:
"https://example.com/dashboard"
The cancel url if the customer cancels the signup
Example:
"https://example.com/login"

