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.
POST
Complete 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.
Previous
Delete Customer Payment Method### Intent
Removes the customer payment method.
### When to call it
Call this only after your application has identified the customer payment method that should be removed.
### Access boundary
Authorize the request with a token that carries `customer_portal:write`.
### Successful result
A successful request returns `204` without a response document.
### Operational notes
Delete a payment method from the authenticated customer.
Next
Complete Customer Payment Method