QR Simple (in)
Transfer via QR code.
| Country | Bolivia |
|---|---|
| Currency | BOB (Bolivian) |
| Method type | qrsimple |
| Direction | Pay-in |
| Integration type | Widget/H2H |
| Transfer type | Transfer via QR code |
| Account number format | **** |
| Limits | **** |
Create Pay-in (API request) Integration type: Widget/H2H HTTP Method: POST Endpoint: /deals/payin
{
"amount": 60, // Payment amount
"currency": "BOB", // Currency
"invoiceId": "invoiceID", // Unique invoice identifier on the merchant side
"clientId": "clientID", // Unique client identifier on the merchant side
"type": "qrsimple", // Method type
"bankId": "bank id", // Bank ID
"successUrl": "https://example.com/success", // Optional (widget): URL for redirect on successful payment
"failUrl": "https://example.com/fail", // Optional (widget): URL for redirect on failed payment
"backUrl": "https://example.com/back", // Optional (widget): URL for return without completing payment
"lang": "EN", // Optional (widget): localization EN, ES
"synk" : true // Optional immediately gives the banking details
}Updated about 2 months ago
Did this page help you?
