posthttps://api-sandbox.circle.com/v1/mocks/payments/pix
Initiates a mock PIX payment in the sandbox environment that mimics the behavior of funds sent through the bank account linked to the main wallet.
The account number that the money should be transferred to.
Magnitude of the amount, in units of the currency, with a .
.
PIX tracking reference that needs to be set in the PIX reference to beneficiary field. This field is retrievable through the response during PIX creation or via the bank instruction endpoint.
1{
2 "data": {
3 "trackingRef": "CIR13FB13A",
4 "amount": {
5 "amount": "3.14",
6 "currency": "BRL"
7 },
8 "beneficiaryAccountNumber": "4842622",
9 "status": "pending"
10 }
11}