curl --request GET \ --url https://extensions-sandbox.lumx.io/payments/payins/{payinId} \ --header 'Authorization: Bearer <token>'
{ "id": "pa_000000000000", "status": "processing", "pixCode": "12345678" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the payin.
The current status of the payin.
processing
failed
refunded
completed
Pix code for the payin.