Payouts

A payout is created when you are receiving money from Vibrant.

Payouts are typically created once per day, covering all sales and refunds for that day.

The timing of payouts may vary depending on country, bank closing days and other variables. But in general a payout will take place two days after a sale.

Fees to vibrant are deducted from the payout, so you do not have to do anything to handle that.

The payout holds a settlement Id, so it is easy to correlate all sale and refunds that are contained in a specific payout.

You can get payouts listed by time, fetched by id or search by attributes.

Here is an example getting the list:

curl -X 'GET' \
  'https://pos.dev-api.vibrant.app/pos/v1/payouts' \
  -H 'accept: application/json' \
  -H 'apikey: vibrant_pos.YOUR_SECRET_KEY'

Last updated