Developer API – Security checks
VerifyNotification
Allows you to check that a notification you receive originates from ChannelUnity and decrypts the data given to it.
Use this API call to decrypt orders pushed to your provided URL.
Input
1 2 3 4 5 6 7 | <ChannelUnity> <MerchantName>merch</MerchantName> <Authorization>TWF0dFR...==</Authorization> <ApiKey>123123123</ApiKey> <RequestType>VerifyNotification</RequestType> <Payload>your_encrypted_data</Payload> </ChannelUnity> |
Output
1 2 3 4 | <ChannelUnity> <Status>OK</Status> [ Decrypted data follows ] </ChannelUnity> |