v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRetrieve Payment Method By ID
get/payment-methods/{payment_method_id}
Path parameters
payment_method_idstring required
The payment method id obtained while enrolling a new payment method (UUID, 36 chars).
Response
201
Example response
{
"id": "0395199e-a99c-4a85-acac-6c916f43fa74",
"account_id": "493e9374-510a-4201-9e09-de669d75f256",
"name": "Visa Credit Card",
"description": "Visa Credit Card",
"type": "VISA",
"category": "CARD",
"country": "US",
"status": "READY_TO_ENROLL",
"created_at": "2024-06-06T13:14:18.799434Z",
"updated_at": "2024-06-06T13:14:18.799437Z",
"enrollment": {
"session": "6641e30d-ca7a-440f-b97c-24231eac6dab"
},
"provider": {
"id": "YUNO",
"type": "YUNO"
}
}