POST
/
payins
curl --request POST \
  --url https://extensions-sandbox.lumx.io/payments/payins \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "quoteId": "qu_000000000000"
}'
{
  "id": "pa_000000000000",
  "status": "processing",
  "pixCode": "12345678"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
quoteId
string
required

The ID of the quote.

Response

202 - application/json
id
string
required

The ID of the payin.

status
enum<string>
required

The current status of the payin.

Available options:
processing,
failed,
refunded,
completed
pixCode
string
required

Pix code for the payin.