POST
/
payouts

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
fiatValue
object

Only to be passed if an associated OrderId is not present

orderId
string

Order ID generated by Sardine for the fiat part of the transaction. Must be passed if Sardine has done the fiat processing.

payoutConfiguration
object
referenceId
string

Optional unique ID that can be passed to refer to the Payout. Must be unique for every Payout

Response

200 - application/json
orderId
string

Order ID if present in request

orderValue
integer

Sum of the payouts amount

payouts
object[]