Fiat
Preview a PIX BRCode (QR Code)
Decodes a PIX BRCode string and returns the extracted information such as merchant name, PIX key, amount, etc.
curl -X GET "https://api.notus.team/api/v1/fiat/brcode/preview?brCode=string"{
"brCode": {
"status": "created",
"receiver": "Brla Digital Ltda",
"institution": "BRLA DIGITAL LTDA",
"documentId": "50224164000170",
"amount": 0
}
}Create Fiat Withdrawal Order v2 POST
This endpoint creates a fiat withdrawal order for a given quote id with enhanced payment method options.
Create a business from a verification session POST
Creates a new business entity from a completed standard business verification session. This endpoint should be called after the verification session has been processed and approved.