Retrieve Customer Payment Methods by ID
/api/paymentmethod/customer/identifier/{customerIdentifier}This endpoint retrieves all payment methods associated with a specific customer, identified by the `customerIdentifier`. It returns details for each payment method linked to the customer.
Path Parameters
Response
A successful response containing the list of payment methods associated with the customer.
The result of the request, including status and any relevant messages.
A unique identifier for the merchant associated with the payment methods.
A unique identifier for the customer whose payment methods are being retrieved.
An optional reference provided by the merchant to identify the customer.
A list of payment methods associated with the customer.
The request is invalid or contains incorrect parameters.
The result object that contains the outcome and additional details of the API request.
No payment methods were found for the specified customer identifier.
The result object that contains the outcome and additional details of the API request.