Inquiry Payment Status

Inquiry Payment Status is a process of checking the status of the payment of Faspay. Merchant previously would have had to post a URL redirect to Faspay.

Endpoint URL Payment Status Inquiry

Endpoint URL is used as a feedback URL that will process the data in the inquiry from the merchant system. There are two URLs that needs to be used, namely Production and Development. For the implementation of the testing or UAT can use the URL development.

Request Parameter Inquiry Payment Status

Payment status inquiry request parameters are parameters that must be provided by the merchant's system can perform payment status inquiry system to Faspay.

ParameterData TypeM/O/CDescription

request

Alphanumeric (50)

O

Request Description

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))

Response Parameter Inquiry Payment Status

Response parameters are parameters that will be delivered by the system Faspay in response to the request parameters have been sent by the merchant system. If no parameters are not appropriate / value is incorrect, the transaction will be rejected in the system Faspay.

ParameterData TypeM/O/CDescription

response

Alphanumeric (50)

O

Response Name

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 (6)

M

Merchant Code

merchant

Alphanumeric (32)

M

Merchant name

bill_no

Alphanumeric(32)

M

Order number

payment_reff

Alphanumeric (16)

M

Payment Reff (from Payment Channel)

payment_date

Date

M

Payment Date (from Payment Channel)

payment_status_code

Numeric (1)

M

Status Code

0 Unprocessed

1 In Process

2 Payment Success

4 Payment Reserval

5 No bills found

8 Payment Cancelled

9 Unknown

payment_status_desc

Alphanumeric (32)

M

Description Status

response_code

Alphanumeric (2)

M

Response Code 00 Success

response_desc

Alphanumeric (32)

M

Response Description

Last updated