v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRetrieve Payment Methods To Enroll
get/checkout/customers/sessions/{customer_session}/payment-methods
Path parameters
customer_sessionstring required
The customer session that has been created for the enrollment using the Create Customer Session endpoint (UUID, 36 chars).
Response
200
Example response
{
"payment_methods": [
{
"name": "Visa Credit Card",
"description": "Visa Credit Card",
"type": "VISA",
"category": "CARD",
"icon": "https://icons.prod.y.uno/visa_logosimbolo.png",
"enrollment": {
"session": "6641e30d-ca7a-440f-b97c-24231eac6dab"
}
}
]
}