API Reference

This is the endpoint for creating Pix payments with the provision of Copy and Paste and QR Code in base64 format.

Body Params
string
required

Charge amount in cents, without commas or periods. (Max 9999999999).
Example: R$ 10,35 = 1035.

string

Order or purchase identifier ID. (Max 45 characters).

string

Expiration time of the charge, in seconds. After the QR code or Copy and Paste is accessed beyond the expiration time, it will no longer be possible to pay the charge.

string

Pix charge description. (Max 64 characters).

customer
object

Payer information for the charge.

splits
array of objects

Payment Split information. Provide details if it is a Payment Split operation.

splits
Headers
string
required

Unique integration key generated by Payment Authentication (PayAuth) for the establishment.

Format
Bearer <access_token>

Responses

Language
Choose an example:
application/json