cURL
curl --request POST \ --url https://api.centralcart.com.br/v1/app/checkout \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "gateway": "<string>", "client_email": "<string>", "client_name": "<string>", "terms": true, "variables": { "client_identifier": "<string>" }, "cart": [ { "package_id": 123, "quantity": 123 } ], "coupon": "<string>" }'
{ "checkout_url": "https://example.com" }
Cria um pedido e retorna os detalhes do checkout.
PIX
MERCADOPAGO
STRIPE
PAYPAL
PICPAY
Show properties