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>"
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.refy.to/llms.txt

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

Body

application/json
checkoutId
string
required

Response

200 - application/json

Checkout concluido

The response is of type object.