v1

latestOpenAPI 3.0.32026-07-2650226215.9 KB
Sandbox

Simulate cash-in present code

Simulate the customer presenting their cash-in code at the register (sandbox only).

post/cash-ins/{cashInId}/simulate/present-code

Path parameters

cashInIdstring required

Headers

Idempotency-Keystring required

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

Request body

cashInCodestring required

The cash-in's depositInstructions.code - what the customer presents at the register.

amountstring required

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

Response

The request has succeeded.

responseCodestring required
responseTextstring required
responseIdstring required
confirmationIdstring required

Authorization confirmation - pass as originalConfirmationId to deposit-cash or cancel.

authorizedAmountstring required

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

balancestring required

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