Get a payment method's details
GET {{baseUrl}}/payment_methods/:paymentMethodId
Get the details regarding a specific payment method
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"3118128a-6792-4b06-bd61-4acf6f6ad6b5","createdDate":"2022-02-09T08:45:50.406032Z","lastUpdatedDate":"2022-02-09T08:45:50.406032Z","status":"active","type":"bank_account","customer":{"id":"3118128a-6792-4b06-bd61-4acf6f6ad6b5","firstname":"Carlos","lastname":"Vives","email":"carlos-vives@musica.mx","phone":"+523001234567"},"details":{"accountNumber":"445566790","accountType":"savings","bank":"mx_citi_banamex"}}