Payment Locking
Payment locking allows you to block/ allow specific payment instrument groups/ payment instruments on the Express Checkout screen. For example, if you want to display or hide a specific payment option for a particular product/ service, you can use payment locking to handle such scenarios.
Follow the below steps to implement payment locking:
Step 1
Construct the Payment Locking Payload
Step 2(a)
Pass the Payment Locking Payload (Web Integration)
Step 2(b)
Pass the Payment Locking Payload (Android/iOS Integration)
Payload Details
Step 1.1a
PaymentFilter Payload
EMI Filter:
You can show/ hide/ only display EMI without cards by passing below values in 'sdk_udf' parameter while creating an order.
Note
Please intimate your Juspay POC if you plan on using sdk_udf. They will enable a config required to use this feature.
Scroll inside to view more
|
Use case
|
Description and Type
|
sdk_udf : Possible Values
|
|---|---|---|
Show EMI
| Type: String
Use Case: Need to show EMI on the Express Checkout screen | Value: showEMI
|
No EMI
| Type: String
Use Case: Need to hide EMI on the Express Checkout screen. | Value: hideEMI
|
EMI without Cards
| Type: String
Use Case: Need to show EMI on the Express Checkout screen, but not CARD. | Value: ShowEMIWithoutCards
|

