Payment Channel Inquiry

This process is used to view the list of payment channels used by the merchant. The process is done when a merchant inquiry request parameters and then Faspay will respond to the request.

URL Endpoint Payment Channel Inquiry

Endpoint URL is used as a feedback URL that will process the data at the request of 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

Inquiry Request Parameter Payment Channel

Request parameters are parameters that must be provided by the merchant's system can be integrated with the system Faspay

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