Payout to a user via Merchant Self-Custodial Wallet

Get a transaction which will payout a user's account upon successful sending of the transaction.

Authentication

Request

This endpoint expects an object.
walletstringRequired
blockchainenumRequired
userIdstringRequired
The Merchant generated userId for the user.
amountobjectRequired
speedenumRequired
accountstringRequired

The debit card, bank or Iban pci-compliant token

Response

Ok
transactionslist of strings

The transactions to be signed by the user and sent to the blockchain.

Solana - Transactions are base58 encoded. You can reconstruct them by calling Transaction.from(base58.decode(transaction)) Evm - Transactions are JSON stringified. You can reconstruct them by calling JSON.parse(transaction)