Skip to main content

Standard Payment

Default Flow

trx_standard

  1. Customer proceeds to merchant’s checkout page and selects BillEase as payment method
  2. Merchant makes a transaction request, and sends this request to BillEase
  3. Once transaction is successfully created, status is now pending, and BillEase sends a response containing redirect_url (this is the BillEase Checkout Page)
  4. Merchant redirects customer to the BillEase Checkout Page
  5. On the BillEase Checkout Page, customer signs into their BillEase account
  6. Customer confirms the transaction via OTP
  7. BillEase will then start processing the payment
  8. Billease confirms transaction with merchant, then Merchant starts processing the order
  9. Once order processing is completed, merchant calls Update Transaction API to confirm the transaction
  10. BillEase then redirects customer to payment completed page

Customer Account Connected Flow

Customers can connect their BillEase account to speed up the checkout process. After connection, the flow will be as follows:

trx_standard_short

  1. Customer proceeds to merchant’s checkout page and selects BillEase as payment method
  2. Merchant makes a transaction request, and sends this request to BillEase
  3. BillEase then sends a response to merchant that transaction is successfully created and status is now pending
  4. Merchant shows OTP Input Field on their checkout page
  5. Customer confirms the transaction via OTP
  6. BillEase will then start processing the payment
  7. BillEase confirms transaction with merchant, then Merchant starts processing the order
  8. Once order processing is completed, merchant calls Update Transaction API to confirm the transaction
  9. Merchant then shows the customer their payment completed page