Generate Quotation Bolepix

Generate Quotation Bolepix

POST {{Environment_URL}}/vendors/v1/charges/quotation/bolepix

Creates a Bolepix quotation with the specified amount and your configured default currency.

Headers

Name
Value

Authorization

Bearer <token>

Body

Key
Description
Required
Data Type
Example

amount

Amount must be provided in minor units Example: $1.00 USD = 100

true

Integer

15000

currency

Supported codes: BRL, USD, EUR, GBP, CLP, ARS, ILS, UYU, PEN, COP, AED, MXN, AUD, CAD, CNY, CHF

true

String

USD

Request body

{
    "amount": 15000,
    "currency": "USD"
}

Response

{
    "id": "4b05d676067757b7058ed615a1dd12e09e02bb22",
    "metadata": {
        "type": "BOLEPIX",
        "externalId": "vnd_01jq4aderxhyhvzgsvfs4sz9y3"
    },
    "currency": {
        "code": "USD",
        "name": "Dólar Americano",
        "commercialExchangeRate": {
            "value": 60830,
            "divisor": 10000,
            "currency": "BRL",
            "precision": 4,
            "updatedAt": "2023-08-14T20:08:25.000Z"
        },
        "countryFlagUrl": "https://s3.amazonaws.com/simple-exchanges-demo/new-flags/united-states.svg",
        "levelingRate": {
            "value": 60830,
            "divisor": 10000,
            "currency": "BRL",
            "precision": 4
        },
        "maxValueSimplePay": {
            "value": 2000000,
            "divisor": 100,
            "currency": "USD",
            "precision": 2
        },
        "minValueSimplePay": {
            "value": 1,
            "divisor": 100,
            "currency": "USD",
            "precision": 2
        },
        "clamp": "NORMAL",
        "offer": {
            "value": 10000,
            "divisor": 100,
            "currency": "USD",
            "precision": 2
        },
        "offerUSD": {
            "value": 10000,
            "divisor": 100,
            "currency": "USD",
            "precision": 2
        },
        "price": {
            "withoutSpread": {
                "value": 60830,
                "divisor": 10000,
                "currency": "BRL",
                "precision": 4
            },
            "withoutTax": {
                "value": 62047,
                "divisor": 10000,
                "currency": "BRL",
                "precision": 4
            },
            "withTax": {
                "value": 62667,
                "divisor": 10000,
                "currency": "BRL",
                "precision": 4
            },
            "withTaxesAndFees": {
                "value": 62667,
                "divisor": 10000,
                "currency": "BRL",
                "precision": 4
            },
            "withFutureTax": {
                "value": 62667,
                "divisor": 10000,
                "currency": "BRL",
                "precision": 4
            }
        },
        "spreads": [
            {
                "name": "SPREAD_FC",
                "type": "percentage",
                "percentage": 1,
                "receiver": "PLATFORM_FEE",
                "netValue": {
                    "value": 608,
                    "divisor": 100,
                    "currency": "BRL",
                    "precision": 2
                }
            },
            {
                "name": "SPREAD_VENDOR",
                "type": "percentage",
                "percentage": 1,
                "receiver": "VENDOR_FEE",
                "netValue": {
                    "value": 608,
                    "divisor": 100,
                    "currency": "BRL",
                    "precision": 2
                }
            }
        ],
        "fees": [
            {
                "name": "FEE_FC",
                "type": "absolute",
                "value": 0,
                "receiver": "PLATFORM_FEE",
                "netValue": {
                    "value": 0,
                    "divisor": 100,
                    "currency": "BRL",
                    "precision": 2
                }
            },
            {
                "name": "FEE_VENDOR",
                "type": "absolute",
                "value": 0,
                "receiver": "VENDOR_FEE",
                "netValue": {
                    "value": 0,
                    "divisor": 100,
                    "currency": "BRL",
                    "precision": 2
                }
            }
        ]
    },
    "tax": {
        "iof": {
            "percentage": 0,
            "total": {
                "value": 0,
                "divisor": 100,
                "currency": "BRL",
                "precision": 2
            }
        }
    },
    "taxesAndCosts": {
        "value": 620,
        "divisor": 100,
        "currency": "BRL",
        "precision": 2
    },
    "futureTax": {
        "ir": {
            "percentage": 0,
            "total": {
                "value": 0,
                "divisor": 100,
                "currency": "BRL",
                "precision": 2
            }
        }
    },
    "total": {
        "withoutSpread": {
            "value": 60830,
            "divisor": 100,
            "currency": "BRL",
            "precision": 2
        },
        "withoutTax": {
            "value": 62047,
            "divisor": 100,
            "currency": "BRL",
            "precision": 2
        },
        "withTax": {
            "value": 62667,
            "divisor": 100,
            "currency": "BRL",
            "precision": 2
        },
        "withTaxesAndFees": {
            "value": 62667,
            "divisor": 100,
            "currency": "BRL",
            "precision": 2
        },
        "withFutureTax": {
            "value": 62667,
            "divisor": 100,
            "currency": "BRL",
            "precision": 2
        }
    },
    "createdAt": "2025-08-25T18:04:31.404Z"
}