Create a New Payment Method
POST/api/paymentmethod
This endpoint allows the creation of a new payment method for a customer or merchant. The request should include details such as the merchant identifier, optional customer identifier, and payment method information like credit card details and billing information. This API helps link a payment method to a merchant account, and optionally, to a customer.
Request
Responses
- 201
- 400
- 401
- 403
A successful response with the created payment method details.
The request is invalid or contains incorrect parameters.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.