cURL
curl --request POST \ --url https://api.staging.cartaosimples.com.br/integration/v1/order/start-cdc-sale \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "pedidoId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } '
{ "linkPagamento": "<string>" }
Inicia o processo de venda de um pedido CDC.
Documentation IndexFetch the complete documentation index at: https://documentacao.cartaosimples.com.br/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://documentacao.cartaosimples.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Cabeçalho de autenticação Bearer no formato Bearer <token> onde <token> é seu TOKEN de autenticação
Bearer <token>
<token>
OK