POST
/
api
/
service
/
beneficiary-payout
/
create
curl --request POST \
  --url https://api.sand.getivy.de/api/service/beneficiary-payout/create \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{}'
[
  {
    "id": "<string>",
    "type": "<string>",
    "referenceId": "<string>",
    "merchant": "<string>",
    "amount": 123,
    "currency": "<string>",
    "status": "<string>"
  }
]

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json · object

Response

200 - application/json

Returns Payouts

The response is of type object[].