Retrieve a Payment Method
GET/api/paymentmethod/:identifier
This endpoint retrieves the details of a payment method using its unique identifier. The response includes information such as the merchant, customer, and billing details associated with the payment method.
Request
Responses
- 200
- 400
- 401
- 403
- 404
A successful response containing the payment method details.
The request is invalid or contains incorrect parameters.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.
The requested payment method was not found.