Redirect Process

Redirect process is a process after the merchant receives an response from Faspay, the merchant receives TRX_ID (transaction ID) and then the TRX_ID merchant store and perform a redirect.

Endpoint URL Redirect Process

The endpoint URL is used as a feedback URL that will process the data that is redirected from the merchant system. For the implementation of the testing, UAT can use the URL development

Redirect Parameter Request Process

Request parameters are parameters that the merchant's system must provide can redirect the system Faspay process.

ParameterData TypeM/O/CDescription

trx_id

Numeric (16)

M

Transaction ID (Issued/generated by Faspay (Media Indonusa)) Notes: Unique Transaction ID for 1 day or as long as it hasn't been paid and hasn't expired

merchant_id

Numeric (5)

M

Merchant Code

bill_no

Alphanumeric (16)

M

Order Number

signature

Alphanumeric

M

sha1(md5((user_id + password + bill_no))

Examples hit Faspay Redirect : https://dev.faspay.co.id/pws/100003/0830000010100000/e0ba1b2dc29ab4cb4221df092f44b1c4e6f45c63?trx_id=3100440033666278&merchant_id=31004&bill_no=31004001

For two step channel redirect is not something mandatory, you can display the transaction detail on your website with your design.

Last updated