Payment Channel Inquiry

This process is used to view the list of payment channels used by the merchant. The process is done when the merchant inquiry request gets a response from Faspay.

URL Endpoint Payment Channel Inquiry

The endpoint URL is a feedback URL that will process the data at the request of the merchant system. For the implementation of the testing, UAT can use the development URL.

Inquiry Request Parameter Payment Channel

Request parameters are parameters that the merchant's system must provide to integrate with the Faspay system.

ParameterData TypeM/O/CDescription

request

Alphanumeric (50)

O

Request Description

merchant_id

Numeric (5)

M

Merchant Code

merchant

Alphanumeric (32)

O

Merchant Name

signature

Alphanumeric

M

sha1(md5(user_id+password))

Response Payment Channel Inquiry

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

ParameterData TypeM/O/CDescription

response

Alphanumeric (50)

O

Response Description

merchant_id

Numeric (5)

M

Merchant Code

merchant

Alphanumeric (32)

O

Merchant Name

pg_code

Numeric (3)

M

Payment Channel Code

pg_name

Alphanumeric (32)

M

Payment Channel Name

response_code

Alphanumeric (2)

M

Response Code

response_desc

Alphanumeric (32)

M

Response Description

Last updated