Get BNPL Payment Modes
GET
/api/v0/orders/{orderId}/bnpl-optionsRequest
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
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
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
Example
Not configured
Last modified: 3 months ago