





























Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
EBS iNtegration Guide for payment gateway integration
Typology: Exercises
1 / 37
This page cannot be seen from the preview
Don't miss anything!






























© Copyright E-Billing Solutions Pvt Ltd.
© Copyright E-Billing Solutions Pvt Ltd.
respectively.
© Copyright E-Billing Solutions Pvt Ltd.
Status Details: I. Authorized Payments– Payments which are completed successfully
II. Flagged Payments – Payments which are completed are successfully and are
flagged by Fraud Screening System. Order will not be processed in this tate. These payments will be reviewed manually by EBS internal team and un-flagged or Cancel. III. Captured – Payments captured by the Merchant.
IV. Refund – Payments refunded by the Merchant to the Customer. V. Charge Back – Payments which are refunded forcefully by EBS for any
complaints raised by the Customer with the Card provider or Card Brands.
© Copyright E-Billing Solutions Pvt Ltd.
city Customer billing city char 1 32 YES
state Customer billing state char 1 32 NO
country Customer billing country. char 3 3 YES [3 Digit ISO3 country code- refer Appendix C] postal_code Customer billing postal char 1 10 YES code phone Customer billing phone char 5 20 YES email Customer billing email char 1 100 YES ship_name Customer delivery Name char 1 255 NO ship_address Customer delivery address char 1 255 NO ship_city Customer delivery city char 1 32 NO ship_state Customer delivery state char 1 32 NO ship_country Customer delivery char 3 3 NO country[3 Digit ISO country code- refer Appendix C] ship_postal_code Customer delivery postal char 1 10 NO code ship_phone Customer delivery phone char 5 20 NO bank_code Bank code provided by EBS char 1 5 NO name_on_card Name of the card holder. char 1 20 YES Only for Direct mode card_number Credit card number. Only numeric 13 19 YES for Direct mode card_expiry Expiry date of the credit numeric 4 4 YES card. [Format: MMYY] Only for Direct mode. payment_option Payment option code char 1 5 NO provided by EBS. Only for standard mode payment_mode Give 1 for Credit Card , 2 for numeric - - NO Debit Card,3 for Net Banking, 4 for Cash Card, 5 for Credit Card – EMI, 6 for Credit Card
© Copyright E-Billing Solutions Pvt Ltd.
card_brand (^) Give 1 for VISA, 2 for numeric - - NO MasterCard, 3 for Maestro, 4 for Diners Club, 5 for American Express and 6 for JCB
emi EMI period like 3, 6,9,12 char 1 2 NO etc. for Credit Card.
page_id The id of the customized char 1 2 NO page
card_cvv CVV number of the credit numeric 3 4 YES card. Only for Direct mode.
secure_hash Hash value calculated char 32 32 YES
© Copyright E-Billing Solutions Pvt Ltd.
<input name="name_on_card” type=”hidden” value=” XXXX” /> <input name=”card_number” type=”hidden” value=” XXXX”/> <input name="card_expiry” type=”hidden” value=” XXXX” /> <input name=”card_cvv” type=”hidden” value=” XXXX”/> <input name="emi” type=”hidden” value=” XXXX” /> <input name=”page_id” type=”hidden” value=” XXXX”/> <input name=”secure_hash” type=”hidden” value=” XXXX” />
© Copyright E-Billing Solutions Pvt Ltd.
iv. Sample HTML form For Standard Mode
The link between Merchant website and EBS Payment page has to be maintained on the last
page of the shopping basket on Merchant website.
Below are the parameters to be posted to EBS.