📌Use this API to retrieve the available BNPL (Buy Now, Pay Later) payment methods supported by EnKash. This allows you to display eligible financing options to users during checkout, enhancing flexibility and conversion.
Request
Path Params
orderId
stringÂ
required
Query Params
mobile
stringÂ
optional
Match pattern:
[6-9][0-9]{9}
Header Params
Authorization
stringÂ
required
merchantAccessKey
stringÂ
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/api/v0/orders//bnpl-options?mobile' \
--header'Authorization;' \
--header'merchantAccessKey;'
Responses
🟢200OK
application/json
Body
response_code
integer <int32>
optional
response_message
stringÂ
optional
payload
object (PayLaterPaymentModeResponse)Â
optional
paymentModes
array[object (BankCode) {2}]Â
optional
List of supported payment options for the mobile number given on the order
bnplPaymentOptionId
stringÂ
optional
BNPL payment option Id to be passed in Submit Payment Detail API in case of paymentMode is PAY_LATER