v1
latestOpenAPI 3.0.02026-07-26167441.9 MBCreate Payment Link
post/payment-links
Request body
Response
200
Example response
{
"id": "555933df-4eed-4af4-ae83-a32072ef34af",
"country": "US",
"availability": {
"start_at": "2023-01-15T14:00:12Z",
"finish_at": "2023-12-29T14:00:12Z"
},
"status": "CREATED",
"merchant_order_id": "AA01",
"description": "Test",
"amount": {
"currency": "USD",
"value": 5000
},
"capture": true,
"payment_method_types": [
"CARD"
],
"callback_url": "https://checkout.sandbox.y.uno/payment/status",
"additional_data": {
"device": {
"locale": "es-CL"
},
"payer_risk_data": {
"login_platform": "WEB",
"account_creation_date": "20191005"
}
},
"account_id": "493e9374-510a-4201-9e09-de669d75f256",
"checkout_url": "https://checkout.sandbox.y.uno/payment?session=2f6d9754-43d0-4dca-b023-6aba4b107179"
}