Interaction format
Refund callback schema
Documentation Index
Fetch the complete documentation index at: https://docs.avanor.tech/llms.txt
Use this file to discover all available pages before exploring further.
- Refund callback
- Refund callback with conversion data
The refund ID in your system. Must be unique for each new refund.
Maximum string length:
255Example:
"dc4ad503-d97a-4fec-adeb-ba51d43a7191"
Refund status:
WAITING- return in process;SUCCESS- return successfully processed;FAILED- the return has not been processed.
Available options:
WAITING, SUCCESS, FAILED Example:
"SUCCESS"
Invoice ID in the M4 system.
Example:
108744
Refund amount, calculated in currency.
Example:
"95.50"
M4 API error code. 0 in cases there is no any error. Other codes can be found here: Description of error codes
Example:
0
Date and time when the refund was created
Date and time of actual processing of the refund in the payment system
Request signature