Decline deposit offer
Use case
In this example, we will review how to decline a deposit offer.
Use case data
API parameters with values
We will decline a deposit offer ID-1718023944.
...offers/ID-1718023944/decline
Sample API call
deposit-api.sandbox.tuumplatform.com/api/v3/offers/{offerId}/decline
Sample request
Below is an example request body of the API call for declining a deposit offer.
{
"reasonCode": "DOCUMENT_MISSING"
}
Sample response
Below you find an example response body to the API call above.
Result
As a result, a deposit offer ID-1718023943
was declined.
Last updated
Was this helpful?