Payment Docs
H2H Integrations

PIX

How to create payouts

Before you start

How to authorize your requests

This integration is not available for all merchants. Check availability with your manager.

Creating an Order

Before sending card data, you need to create an order and get its UUID from the id field.

How to create orders

Getting a QR Code

Send card data to the following endpoint:

POST /v1/orders/{orderId}/h2h/pix

Request Example

curl -X POST "https://api.1capital.capital/v1/orders/{orderId}/h2h/pix" \
-H "Content-Type: application/json" \
-H "X-Api-Token: YOUR_API_TOKEN" \

Set request timeout to 30+ seconds.

Response Example

{
  "qrLink": "https://pix.com.br/..."
}

On this page