Create Redemption Instructions
Create redemption instructions for a given identity
Authorizations
Bearer authentication with an API token
Body
Request identifier in a UUID format. Serves as an idempotency key.
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}Bank account ID to which the redeemed funds should be sent
Blockchain network for the redemption
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED, SOLANA_DEVNET, SOLANA_MAINNET "SOLANA_DEVNET"
Label for the redemption instruction
Payment rail for the redemption, currently only 'WIRE' is supported
ISSUANCE_SUPPORTED_FIAT_PAYMENT_METHOD_UNSPECIFIED, WIRE "WIRE"
Unique identifier of the identity that this redemption instruction belongs to
Symbol of the stablecoin associated with this redemption instruction
Response
Success
Unique identifier for the redemption instruction
Generated redemption address. Stablecoins sent to this address will be redeemed.
Bank account ID to which the redeemed funds should be sent
Blockchain network for the redemption instruction
ISSUANCE_SUPPORTED_CHAIN_UNSPECIFIED, SOLANA_DEVNET, SOLANA_MAINNET "SOLANA_DEVNET"
Label for the redemption instruction
Payment rail for the redemption instruction, currently only 'WIRE' is supported
ISSUANCE_SUPPORTED_FIAT_PAYMENT_METHOD_UNSPECIFIED, WIRE "WIRE"
Unique identifier of the identity that this redemption instruction belongs to
Symbol of the stablecoin associated with this redemption instruction
Related topics
Redeem Bastion-issued stablecoins from the DashboardIssuance API overviewStablecoin issuance conceptsRedeem Bastion-issued stablecoins to USDList Redemption Instructions