Payout to a user via Coinflow Wallet

Payout a user from the coinflow wallet balance. By default, this endpoint waits for transaction confirmation before returning. Set waitForConfirmation to false to return immediately after queuing the transaction.

Authentication

Request

This endpoint expects an object.
accountstringRequired

The debit card, bank or Iban pci-compliant token

amountobjectRequired
idempotencyKeystringRequired
Client generates an idempotency key, which is a unique key that the server uses to recognize subsequent retries of the same request. How you create unique keys is up to you, but we suggest using V4 UUIDs, or another random string with enough entropy to avoid collisions.
speedenumRequired
userIdstringRequired
The Merchant generated userId for the user.
waitForConfirmationbooleanOptional

If true (default), the API will wait for transaction confirmation before returning. If false, the transaction will be queued for processing and the API will return immediately with just the signature.

Response

Ok
signaturestring

Errors