Deposit Request Status
GET {{base_url}}/disbursement/v1_0/deposit/:Request_ID_CashIn
This API endpoint makes an HTTP GET request to retrieve the details of a specific deposit identified by the RequestIDCashIn in the URL.
Request
- Method: GET
- URL: {{baseurl}}/disbursement/v10/deposit/:RequestIDCashIn
Response
- Status: 200
- Content-Type: application/json
- Body:
json { "externalId":"", "amount":"", "currency":"", "payee":{ "partyIdType":"", "partyId":"" }, "payerMessage":"", "payeeNote":"", "status":"" }
The response body provides details about the deposit, including the external ID, amount, currency, payee information, payer message, payee note, and status.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Target-Environment | string | ||
Ocp-Apim-Subscription-Key | string |