improved
Additions to Consumer Confirmation Payload
2 months ago
Two additional parameters were added to the payload of the Consumer Confirmation webhook:
linkId
(optional)consumerId
The full payload is as follows:
{
"applicationId":"string",
"accountToken":"string",
"confirmationToken":"string",
"linkId":"string",
"consumerId":"string"
}
For more information, see Merchants Notifications.