Skip to main content
POST
Simulate cash-in deposit cash

Authorizations

Authorization
string
header
required

Token from POST /auth/token

Headers

Idempotency-Key
string
required

Required on POST and PUT requests. Use a unique value per logical mutation attempt, for example a UUID.

Path Parameters

cashInId
string
required

Body

application/json
cashInCode
string
required
amount
string
required

Wire-safe decimal string for financial float values (USD amounts, percentages).

originalConfirmationId
string
required

The confirmationId returned by present-code.

Response

200 - application/json

The request has succeeded.

responseCode
string
required
responseText
string
required
responseId
string
required
confirmationId
string
required

Confirmation of the completed deposit.

authorizedAmount
string
required

Amount deposited.