Skip to main content

Types Payments rejected

The following are the types of rejected payments:

Option 1 - Blocked Client​

This rejection corresponds to when blacklisting is blocked.

Responses​

{
"uid": "01GMB3VVRB3QWYDKW6Z92W2T3B",
"status": "rejected",
"message": "The client is blocked"
},

Option 2 - Trade Limits​

The customer has exceeded the limits set for the commerce.

Responses​

{
"uid": "01GMB3VVRB3QWYDKW6Z92W2T3B",
"status": "rejected",
"message": "Exceeds daily limit,
5,000,000.00 BRL available for the day,
10,000,000.00 BRL available for the week,
30,000,000.00 BRL available for the month.
Maximum deposit per transaction 6,000,000.00 BRL"
},

Option 3​

This rejection corresponds to an error when creating the payment in the Pix service.

Responses​

{
"uid": "01GMB3VVRB3QWYDKW6Z92W2T3B",
"status": "rejected",
"message": "Error while creating the payment in the Pix service. Please try again"
},

Option 4​

This rejection corresponds to an error when generating the Pix QR code.

Responses​

{
"uid": "01GMB3VVRB3QWYDKW6Z92W2T3B",
"status": "rejected",
"message": "Error generating Pix QR Code"
},

Option 5​


This rejecton corresponds to an error when generating the Pix Access Token.

Responses​

{
"uid": "01GMB3VVRB3QWYDKW6Z92W2T3B",
"status": "rejected",
"message": "Error generating Pix AccessToken"
},