SaqSaq Docs

Withdrawals

Withdrawals are the money-out path. Use a Pix key (most common) or pay a QR Code your customer received. All transactions generated here are of type WITHDRAW.

When to use each one

QuestionEndpoint
Who is the holder of this Pix key?GET /pix/key
I want to pay via Pix key (cpf, cnpj, email, phone, evp)POST /withdraw
I received a QR Code from the customer, want to read before payingPOST /pix/qrcode/read
I want to pay a QR Code directlyPOST /withdraw/qrcode
Was the withdrawal completed? What's the status now?GET /withdraw
I want the official receipt for the withdrawalGET /withdraw/proof/{id}

Saq supports only dynamic QR Code for reading and payment. Static QR is not processed.

Examples

Minimum limits

OperationMinimum amount
POST /withdrawR$ 0.01
POST /withdraw/qrcodeR$ 0.10

Tutorials and best practices

On this page