improved

Additions to Consumer Confirmation Payload

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.