Create Customer Payment Method
Intent
Creates a customer payment method from the values supplied in the request.
When to call it
Call this when your application has collected the required values and is ready to create a customer payment method.
Access boundary
Authorize the request with a token that carries customer_portal:write.
Successful result
A successful request returns 201. The response schema below defines the body your integration receives.
Operational notes
Add a payment method to the authenticated customer.
POST
Create Customer Payment Method
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Body
application/json
Previous
Complete Customer Payment Method### Intent
Runs the complete customer payment method action.
### When to call it
Call this when your workflow reaches the point where it must complete customer payment method.
### Access boundary
Authorize the request with a token that carries `customer_portal:write`.
### Successful result
A successful request returns `201`. The response schema below defines the body your integration receives.
### Operational notes
Confirm a payment method for the authenticated customer.
Next
Create Customer Payment Method