post https://api.trytoku.com/checkout-sessions
Crea un link a un checkout para inscribir un medio de pago.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Crea un link a un checkout para inscribir un medio de pago.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
16curl --request POST \
--url https://api.trytoku.com/checkout-sessions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"type": "ENROLLMENT",
"toku_product": "cards_batch_mx_recurring_pst",
"notify": true,
"display_toku_products": [
"[]"
],
"new_card": false,
"additional_metadata": {}
}
'
Try It!
to start a request and see the response here! Or choose an example: