added
Added RETRY_LIMIT_EXCEEDED reason_code to CreateDisbursement response
March 10th, 2025
There is now a limit of 100 retry attempts per request to the Create Disbursement endpoint. Once this limit is reached, any additional retry attempts will return a 200
response with status
: SKIPPED
and reason_code
: RETRY_LIMIT_EXCEEDED
.