Request issuer to notify shopper of upcoming recurring payment
POST {{baseUrl}}/notifyShopper
Sends a request to the issuer so they can inform the shopper about the upcoming recurring payment. This endpoint is used only for local acquiring in India. For more information, refer to Recurring card payments in India.
Request Body
{"merchantAccount"=>"{{YOUR_MERCHANT_ACCOUNT}}", "storedPaymentMethodId"=>"8415995487234100", "shopperReference"=>"YOUR_SHOPPER_REFERENCE", "amount"=>{"currency"=>"INR", "value"=>1000}, "billingDate"=>"2021-03-16", "reference"=>"Example reference", "displayedReference"=>"exampleDisplayedReference"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"Request Processed Successfully","resultCode":"Success","shopperNotificationReference":"9915003646742627","storedPaymentMethodId":"8415995487234100","pspReference":"M5N7TQ4TG5PFWR50","reference":"Example reference","displayedReference":"exampleDisplayedReference"}