Payments response
The JSON fields structure to each payment method.
BOLETO
{
"number": "123",
"barcode": "1238917238172983719287389127983712987",
"digitable_line": "809237958723984712983749812789"
}
PIX
{
"qrcode": "copy-and-paste-qrcode-string",
"payment_id": "78afsddjlk234879",
"status": "paid"
}
CREDIT CARD
{
"brand": "visa",
"last_4": "5543",
"installments": 1
}
AME
{
"qrcode_image": "https://qrcodelink.com",
"qrcode_app_link": "ame:deeplink.com",
"credit_card": {
"brand": "VISA",
"number": "440187######3374"
}
}
PICPAY
{
"qrcode_app_link": "picpay:deeplink.com",
"reference_id": "80a79sd8f7as89d",
"authorization_id": "798fasd65zx87as9d"
}
BINANCE PAY
{
"deep_link": "deeplink to open binance app",
"qrcode_link": "link to qrcode image jpg",
"universal_link": "universal url to open binance",
"qrcode_image": "base64 of the image"
}