Paydia QRIS Integration Guide
Paydia QRIS is a payment method provided by Faspay Business for convenience in transactions. QRIS is a payment system utilizing a standardized QR code provided by Bank Indonesia, allowing users to make quick payments by scanning the displayed barcode with their smartphones.
Integration Step:
POST Data
Display QR Code
Inquiry Status
Payment Notification
1. POST Data Transaction
This process is used to view sending transaction data from merchants to Faspay. This POST data process is carried out when the merchant requests parameters and then Faspay will respond to the request.
URL Endpoint
POST data transactions should be done from the merchant backend, the detailed API reference can be found Here
This is an example of a POST data transaction for the Paydia QRIS channel:
A. Post Data Request
B. Post Data Response
Response parameters are the parameters sent by the Faspay system in response to requests made by the merchant system. If any of these parameters do not match or contain incorrect values, the transaction will be rejected by Faspay's system. For the Paydia QRIS payment method, there are 2 types of transaction models:
Redirect.
Direct.
Here below are 2 different responses based on the transaction type model.
2. Display QR Code
Here are two ways to display the QR Code:
Redirect Type: To display the QR Code on Faspay's page, simply redirect using the redirect_url obtained from the POST Data Transaction Response (in JSON format), or refer to the detailed API reference for more information Here
Direct Type: To display the QR Code on the merchant's page, if the frontend is HTML, you can use the web_url retrieved from the post data transaction within an image tag like this: Alternatively, you can display it on a similar component without downloading. However, if the front end does not support this scenario, you should download the QR code image from that URL and then display it on the front end.
3. Inquiry Status Transaction
Inquiry Payment Status is a process of checking the status of the payment of Faspay. Merchants previously would have had to post a URL redirect to Faspay.
Endpoint URL Payment Status Inquiry
A. Request Inquiry Status
The Detailed API reference of Request Inquiry Status can be found here.
B. Response Inquiry Status
You will get the response:
4. Payment Notification
Payment notification from Faspay to the Merchant backend will also be triggered in event of transaction status getting updated, to ensure the merchant is securely informed. Please provide the URL and make sure it's already registered on the Faspay system The detailed API reference can be found here
Last updated