Partner Integration
Price buttons
Examples on how to create buttons that will redirect to the Vouchstar.
Fields
A link can be built with a simple HTML Anchor element Types based on RFC 6570.
The params that can be used:
merchant(type: string) - optional - add you merchant ID to have only payment methods provided for youcurrency(type: string) - optional - requiredmerchantkey - select the currency for merchant payment methodspayment_method(type: string) - optional - requiredmerchantkey - select only one payment method for this transactionorder_email(type: string) - optional - user email that will be buying the voucher (must be valid email)order_phone_number(type: string) - optional - users phone number that will be buying the voucher and will be checked for KYC (must be valid phone number)order_price(type: number) - required - the price of the voucher that the user wants to order
order_price must be more or equal to 20 and less or equal then 999currency only filters the payment methods within available payment methods for the merchant. It does not change the currency of the voucher! Each communication to or from vouchstar are of USD currency.ALL transactions are of
USD currency. All vouchers are of USD currency. There are no other currencies then USD available.Example
In the examples below we used a demo merchant key. BE SURE TO USE YOUR
merchant KEY!<a href="https://vouchstar.shop?order_price=20" target="_blank">$20</a>