Guides

Introduction

Pix is a Brazilian payment method created by the Central Bank of Brazil. With pix, resources are transferred between accounts in just seconds securely with 24/7 availability.

Only available in Brazil


Payment


Pix is one of the payment methods available in the create payment service. The debt gets published in the bank to be paid by the customer using the QR code.


Status

StatusDescription
OpenedThe order was created but not yet published in the bank.
PublishedThe order was published and is now awaiting payment.
CollectedThe order was created and paid for.
CancelledThe order was either canceled or expired.
FailedSomething went wrong and the order wasn't created.

When the order status changes a webhook notification will be sent.


Testing environment Mocks

In order to test all scenarios in a testing environment, you can use the order amount to force the order status in the create payment response. For example, if the order amount is less than 5000. the order status will be "Published" and after a couple of minutes, it will change to "Collected". In the table below you can find other options.

AmountResponse statusStatus change
Amount <= 5.000PublishedCollected
5.001 - 10.000Published-
10.001 - 15.000Failed-
20.001 - 25.000OpenedCollected
25.001 - 50.000OpenedPublished
50.001 - 55.000OpenedFailed
Amount > 55.000PublishedCollected

When the order status changes a webhook notification will be sent.

Refund


Pix is also available in the refund service. It can be used to reimburse totally or partially previously collected orders.

Status

StatusDescription
OpenedRefund order in process.
RefundedRefund order completed.
DeniedRefund order denied.
FailedSomething went wrong the refund order failed.

Testing environment Mocks

AmountResponse status
Amount <= 2.500Refunded
2.501 - 5.000Failed
Amount > 5.000Refunded