post https://stage.buildwithjuno.com/mint_platform/v1/redemptions
Initiates the asynchronous redemption process to convert blockchain tokens (e.g., MXNB) back to fiat assets (MXN).
This endpoint processes the conversion of tokenized assets back to their underlying fiat currency. The process includes:
- Burning the blockchain tokens from the user's wallet
- Converting them back to the equivalent fiat amount
- Transferring the fiat currency to the specified destination
Amount Requirements:
- The amount must be equal to or higher than 100.00 MXN for the request to be processed
Transfer Behavior:
- If
destination_bank_account_id
is provided: MXN is transferred via SPEI to the specified bank account - If
destination_bank_account_id
is not provided: MXN is transferred to the user's account with no SPEI transfer
Note: This is an asynchronous process. The endpoint returns immediately with a transaction ID, but the actual redemption processing happens in the background. Use the transaction ID to track the status of the redemption.