Pay Button For Recurring Billing Parameters
Name | Description |
---|---|
src required string |
FasterPay pay.js library https://pay.fasterpay.com/pay.js |
amount required string |
Payment amount in 0000.00 format |
currency required string |
Payment currency in ISO 4217 format |
description required string |
Product description |
recurringName required string |
Name of product/package of subscription |
recurringSkuId required string |
SKU ID of product/package of subscription |
recurringPeriod required string |
Period of subscription (ex: 1w mean every one week, 1m mean every month, 2m mean every 2 month) |
recurringTrialAmount string |
Trial price for trial period subscription |
recurringTrialPeriod string |
Period of trial, ex 1m mean trial period one month |
recurringDuration string |
Number of month subscription will run, by default it’s 6 months. If you put 0 it means the subscription will run until cancelled or stopped Only Available for Direct Merchants |
success_url string |
Optional Custom Success page URL |
failure_url string |
Optional Custom Failure page URL |
theme string |
Pay Button theme (“light”, “dark” or “yellow”) |
size string |
Pay Button size (“sm”, “md” or “lg”) |
target string |
Target defines how the checkout page will be shown to the users (“iframe”, “newWindow”, “newTab”) |