Update a Payment Method
POST/api/paymentmethod/update
This endpoint allows updating an existing payment method by providing the necessary details such as payment method type, card information, and billing details. The merchantIdentifier and paymentMethodIdentifier are required to locate the payment method to update.
Request
Responses
- 200
- 400
- 404
A successful response containing the updated payment method details.
The request is invalid or contains incorrect parameters.
The specified payment method was not found.