cURL
curl --request POST \ --url https://your.endpoint.to.update/ \ --header 'Authorization: Bearer <token>'
{ "id": "28018", "key": "e1ebf9d914174902a76a5af436f091d09cca0b1e9ad8984b5dcdfeead67ce6b8", "clientId": 1, "clientName": "Your company", "senderName": null, "senderHelpdesk": null, "buyerName": "Maria da Silva", "buyerDocument": "34960826312", "buyerEmail": "[email protected]", "customNumber": "YOUR-CODE1234", "ourNumber": 17530, "digitableLine": "pix.example.com/qr/2353c790eefb11eaadc10242ac120002", "barCodeNumber": null, "status": { "id": 1, "name": "Created" }, "sender": { "name": null, "document": null, "helpdesk": null }, "typePayin": "pix", "instructions": "Esse Pix é referente ao pedido 123 na loja abcd", "amountCents": 8652, "paidAmountCents": null, "paidAt": null, "expiresAt": "2024-12-31 23:59:59", "createdAt": "2024-02-21T19:15:00.000000Z", "fine": null, "discount": null, "splits": [], "statusHistory": { "status": { "id": 1, "name": "Created" }, "id": 48859, "updatedAt": "2024-02-21T19:15:04.000000Z" }, "refundMode": "FULL_REFUND_CLIENT", "refundAmountCents": 0, "payinRefunds": [], "payin_substatus": null, "kyc": null }
Returns a payin by KEY
id
key
"id"
"key"
"ourNumber"
Show status properties
Show sender properties
Show split properties
Was this page helpful?