Supported Brands
Brand Name | Installments |
---|---|
VISA | 2-12 |
MASTER | 2-12 |
ELO | 2-12 |
AMEX | 2-12 |
HYPER | 2-12 |
...
- ID(s)
- Amount
- Currency
- Brand
- Type
Anchor
...
installments installments
installments | |
installments |
Installments
to add installments, add the following javascript in the hosted payment page / payment form. The example below will display then a drop-down of 2, 3 and 5 installments:
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
var wpwlOptions = { style: "card", onReady: function() { var numberOfInstallmentsHtml = '<div class="wpwl-label wpwl-label-custom" style="display:inline-block">Number of Installments</div>' + '<div class="wpwl-wrapper wpwl-wrapper-custom" style="display:inline-block">' + '<select name="recurring.numberOfInstallments"><option value="2">2</option><option value="3">3</option><option value="5">5</option></select>' + '</div>'; $('form.wpwl-form-card').find('.wpwl-button').before(numberOfInstallmentsHtml); } } |
Field specifications (additional parameters for OTAs apply Hotel reservations and Airline Ticketing)
Name | Description | Format | Example |
amount | Amount of the payment request. The dot is used as a decimal separator. | N13 [0- 9]{1,10}\.[0 -9]{2} | 1.00 |
currency | Currency Code according to ISO 4217 specifications of the payment request’s amount | A3 [a-zA-Z]{3} | BRL |
customer.email | The (internal) email address of the customer | AN128 [\s\S]{6,12 8} | |
customer.ip | AN255 [\s\S]{1,25 5} | AN255 [\s\S]{1,25 5} | 1.1.1.1 |
merchantTransactionID | Merchant-provided reference number | AN255 [\s\S]{1,25 5} | 1234 |
shopperResultUrl | Result URL after payment is completet | AN2048 [\s\S]{6,2048} |
...