Skip to main content
POST
/
v1
/
order
/
start-cdc-sale
Iniciar venda CDC.
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>"
}

Documentation Index

Fetch the complete documentation index at: https://documentacao.cartaosimples.com.br/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Cabeçalho de autenticação Bearer no formato Bearer <token> onde <token> é seu TOKEN de autenticação

Body

application/json
pedidoId
string<uuid>
required

Response

OK