BRI Direct Debit
Last updated
Last updated
This process is card information data from the merchant to Faspay. The post data (binding) process is carried out when the merchant requests parameters and then Faspay will respond to the request.
Environment | URL |
---|---|
The following are the parameters of the request that must be sent by the merchant system to the Faspay system.
Parameter | Data Type | M/O/C | Description |
---|---|---|---|
Response parameters are parameters that will be sent by the Faspay system in response to parameter requests that have been sent by the merchant system. If there are parameters that do not match / the value is wrong then the transaction will be rejected by Faspay's system.
Parameter | Data Type | M/O/C | Description |
---|---|---|---|
This service functions to delete user/customer card information data of BRI bank customers.
The following are the parameters of the unbinding request that must be sent by the merchant system to the Faspay system.
Response parameters will be sent by the Faspay system in response to parameter requests that have been sent by the merchant system. If there are parameters that do not match / the value is wrong then the transaction will be rejected by Faspay's system.
This process is used to send transaction data from merchants to Faspay.
This endpoint URL is a return URL that will process the data posted from the merchant system. 2 URLs need to be used, namely Production and Development. For testing or UAT implementation, you can use the development URL.
The following are the parameters that must be sent by the merchant system to the Faspay system.
Response parameters are parameters that will be sent by the Faspay system in response to parameter requests that have been sent by the merchant system. If there are parameters that do not match / the value is wrong then the transaction will be rejected by Faspay's system.
For the BRI Direct Debit channel redirect process API is basically like any other debit channel, To redirect a customer to the online debit website, use redirect_url
that retrieved from Post Data Transaction response (JSON Format)
Environment | URL |
---|---|
Parameter | Data Type | M/O/C | Description |
---|---|---|---|
Parameter | Data Type | M/O/C | Description |
---|---|---|---|
Environment | URL |
---|---|
Environment | URL |
---|---|
Development
passw
Alphanumeric
M
merchant password
boi_uid
Numeric
M
merchant id from Faspay credential
Alphanumeric
M
Email customer
signature
Alphanumeric
M
sha1(md5(user_id+password+bill_no))
user_id
Alphanumeric
M
user id that has been registered with Faspay
card_token
Alphanumeric
M
It is a representation of the user / customer's card information that is used to make transactions
cardholder_email
Alphanumeric
M
Email customer
cardholder_phone
Numeric
M
Phone number customer
response_code
Numeric
M
Response code (sample 00 for success)
Development
user_id
Alphanumeric
M
user id that has been registered with Faspay
passw
Alphanumeric
M
Merchant password
boi_uid
Numeric
M
Merchant id
card_token
Alphanumeric
M
It is a representation of the user / customer's card information that is used to make transactions
signature
Alphanumeric
M
sha1(md5($user_id+$passw+$bill_no))
request_id
Numeric
M
ID request to delete card information
response_code
Alphanumeric
M
Response code
response_desc
Numeric
M
Description of response_code
parameter
Development
Development