Skip to main content
POST
/
v1
/
billing
/
complete
Concluir checkout
curl --request POST \
  --url http://localhost:4000/v1/billing/complete \
  --header 'Content-Type: application/json' \
  --data '
{
  "checkoutId": "<string>"
}
'
{}

Body

application/json
checkoutId
string
required

Response

200 - application/json

Checkout concluido

The response is of type object.