Retrieve a Payment Method
/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.
Path Parameters
Response
A successful response containing the payment method details.
The result of the payment method retrieval request, including the status and any relevant messages.
The unique identifier for the merchant associated with this payment method.
The unique identifier for the customer, if available.
A reference provided by the merchant to identify the customer associated with the payment method.
The unique identifier for the payment method.
The details of the credit card associated with this payment method.
The billing information associated with the payment method, including address details.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
Unauthorized request. Authentication is required.
Access is forbidden due to insufficient permissions.
The requested payment method was not found.
The result object that contains the outcome and additional details of the API request.