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