Commerce SenangPay Payment

Component ID

2684231

Component name

Commerce SenangPay Payment

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Integrates Drupal Commerce with Malaysian SenangPay Payment Gateway.

SenangPay accepts payment from Visa, Mastercard and FPX.

1) Enable the module.
2) Go to Ubercart Payment Method and fill in the Seller ID, Secret and URL of SenangPay, by default it is https://app.senangpay.my/payment/{MID}

3) Login to SenangPay Admin Dashboard, and change the Return URL to below format

http(s)://{yoursite}/cart/senangpay/complete

4) Then, change the Return URL Parameters as below

?order_id=[ORDER_ID]&status_id=[TXN_STATUS]&transaction_id=[TXN_REF]&amt=[AMOUNT]&hash=[HASH]

Todo :
1) Callback URL (once supported)
2) Dynamic Return URL (once supported)
3) Payment Return Type , Card or FPX (Once supported)