Logo
Adyen APIs API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



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" }



Curl
curl -X POST 'https://pal-test.adyen.com/pal/servlet/Recurring/v68/notifyShopper' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"merchantAccount":"","storedPaymentMethodId":"8415995487234100","shopperReference":"YOUR_SHOPPER_REFERENCE","amount":{"currency":"INR","value":1000},"billingDate":"2021-03-16","reference":"Example reference","displayedReference":"exampleDisplayedReference"}'

ENDPOINTS