During the Accept Offer processing, a request will be sent from Interswitch Lending Service to Provider to notify them of the User’s decision. The Request and Response format expected are as follows:
Request Message Description
Field
#
Field name
Data type
Max length
Required
Description
1
customerId
String
50
true
The Email or Mobile Number of the User who is accepting this offer.
2
offerId
String
50
true
The Id of the Offer that is being accepted. This is the Id that was returned by the provider during “Get Offers” call to them.
3
merchantId
String
20
true
The originating merchantId
4
customerAccountNumber
String
10
true
The customer’s account number
5
customerBankCode
String
5
true
The customer’s account bank code
Endpoint
POST /endpoint goes here. The Provider is expected to provide this and configured on the ILS Platform.