Balance check before redemption
Balance check before redemption
- Scenario: Confirm a stored value instrument’s balance before redeeming it.
- Use Case: A customer presents a stored value instrument, such as a voucher, and the Merchant wants to show its available balance, or verify it is valid, before starting a redemption.
- Behaviour:
- Choose the stored value
typeand provide thesourcecredentials it requires. List the supported types withGET /collect/redemptions/types. - Call
POST /stored_value/lookupto fetch the balance, currency, and provider metadata. - If the balance is sufficient, create a redemption for the desired amount.
- Choose the stored value
- Example: Showing a voucher balance in a wallet top-up flow before the customer commits.

