Retrieve a payment method for a specific customer
GET {{baseUrl}}/v1/customers/:customerId/payment_methods/:pmtId
Retrieve a payment method for a specific customer
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","type":"\u003cstring\u003e","category":"rapyd_ewallet","metadata":{},"image":"\u003cstring\u003e","webhook_url":"\u003cstring\u003e","supporting_documentation":"\u003cstring\u003e","next_action":"not_applicable","bic_swift":"\u003cstring\u003e","account_last4":"\u003cstring\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}