Ejemplos
Terminal
curl --location --request POST 'https://checkout.developers.ar.ua.la/v2/api/checkout' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer [[accessToken]]' \
--data-raw '{
"amount":"10.90",
"description": "Venta",
"notification_url": "[[notification_url]]",
"callback_fail": "[[url_fail]]",
"callback_success": "[[url_success]]",
"external_reference": "[[external_reference]]"
}'