Status Update
Authorizations
Ocp-Apim-Subscription-KeystringRequired
Retrieve your subscription key from the APIM developer portal or contact Support.
Body
uniqueIdintegerOptionalExample:
The unique taskId provided by an initial webhook call. For example when receiving a status 'new'. Note, both integer and string are accepted.
1234newStatusstring · enumOptionalPossible values:
The new status of the task in the system.
refundAmountstringOptional
The amount to be refunded. This values is only required for the status 'refund'. The amount needs to be equal or lower than the amount the customer paid. The refund status can also be used for services not paid via payment provider. In that case, the refundAmount should be set to 0.
Responses
200
successfully created the status update
No content
400
Bad Request
application/json
401
Unauthorized
application/json
500
A server side exception has occured, please contact support
application/json
post
/statusUpdateNo content
Last updated