QR Simple (in)

Transfer via QR code.


CountryBolivia
CurrencyBOB (Bolivian)
Method typeqrsimple
DirectionPay-in
Integration typeWidget/H2H
Transfer typeTransfer 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
}

Did this page help you?