Payment methods
Retrieve an access token using client credentials.
The type of grant request (e.g., 'client_credentials').
The client identifier issued to the client.
Access token successfully obtained.
Invalid request parameters.
Unauthorized - Invalid client credentials.
List Payment Methods for a Customer
Retrieve all payment methods associated with a specific customer of a company.
Unique identifier of the company.
Unique identifier of the customer.
An array of payment methods.
Customer or company not found.
Add a Payment Method for a Customer
Create a new payment method for a specific customer of a company.
Unique identifier of the company.
Unique identifier of the customer.
Payment method added successfully.
Invalid request data.
Customer or company not found.
Retrieve Specific Payment Method
Get details of a specific payment method for a given customer of a company.
Unique identifier of the company.
Unique identifier of the customer.
Unique identifier of the payment method.
Details of the payment method.
Payment method, customer, or company not found.
Delete a Payment Method
Delete a specific payment method from a customer's account.
Unique identifier of the company.
Unique identifier of the customer.
Unique identifier of the payment method.
Payment method deleted successfully.
Payment method, customer, or company not found.
No content
Last updated