Retry processing of list of partner rebate payments
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/autorebates/payments/retry/ \
--header 'Content-Type: application/json' \
--data '
{
"payments_ids": [
"<string>"
]
}
'{
"code": "string",
"message": "string"
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
List of rebate payments ids
OK
curl --request POST \
--url https://my.exnessaffiliates.com/api/v2/autorebates/payments/retry/ \
--header 'Content-Type: application/json' \
--data '
{
"payments_ids": [
"<string>"
]
}
'{
"code": "string",
"message": "string"
}