Skip to main content

Inquiry

POST 

/api/v5/transaction/inquiry

This endpoint is used to inquire customer information before making transaction.

info

Education bills are categorized into two types: Full Payment and Partial Payment.

  • Full Payment Bill : This type of bill requires a single payment transaction to settle the entire bill amount. Additionally, for Full Payment Bills, the bill_item_id field will also be required. However, in the case of Full Payment Bills, the bill_item_id field will remain blank.

  • Partial Payment Bill : This bill type offers you the convenience of making multiple payments to cover the total amount. For these bills, you'll use the bill_item_id field to specify which part of the bill you're paying each time.

Development Sandbox Dummy Number :
Customer NumberProduct IDDescription
081234000001248Inquiry Success
081234000002248Inquiry Success Full Payment
181234000002248Inquiry Success Partial Payment
081234000201248Inquiry Failed, Wrong Customer ID / Number
081234000991248Inquiry Failed, General Error

Request

Responses

Successful response

Was this page helpful?