/validateShopperIdValidate a shopper ID
Validates a shopper identifier for the supplied merchant account and payment method. Provide merchantAccount and paymentMethod, whose type must be payTo or upi_collect; include shopper contact details when available. The response reports whether the shopper identifier is valid, invalid, unknown, or not required.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
- IdempotentThe SDK sends
Idempotency-Key, so a retried request is only applied once.
Shopper validation request containing the merchant account, payment method, and optional shopper details.
A 400 is returned when the request cannot be read or understood, a 401 when authentication is required, and a 403 when the caller lacks permission. A 422 is returned when request validation fails, and a 500 when the server cannot process the request. merchantAccount and paymentMethod are required, and paymentMethod.type must be payTo or upi_collect.