Unicount
1. Unicount Static
Unicount is a Faspay feature that combines static transaction methods for multi-payment channels, Customers can switch between one payment method into another payment method without the need to create new transactions from the beginning.
For Unicount Static will use the same integration step as Static Transaction
2. Unicount Dinamis
Integration Step
Post Data Transaction to Faspay
Display UNIcount code/Payment Code
Payment Notification
1. Post Data Transaction
Post data transactions should be done from merchant backend, the detailed API reference can be found here
For UNIcount use 410 as the payment_channel value
Post Data Transaction request
This is an example of post data transaction for UNIcount
Post Data Transaction response
You will get the post data response like the following
2. Displaying UNIcount Code
To display the UNIcount Code number, use the value of trx_id retrieved from post data transaction response. Please provide the list of BIN/prefix numbers for each available channel to be combined with the Unicount code on payment process.
Read the details Here
3. Payment Notification
Payment notification from Faspay to Merchant backend will also be triggered on event of transacion status getting updated, to ensure merchant is securely informed. Please provide the URL and make sure it's already register on Faspay system
The detail API reference can be found here
Last updated