Payouts
curl -X 'GET' \
'https://pos.dev-api.vibrant.app/pos/v1/payouts' \
-H 'accept: application/json' \
-H 'apikey: vibrant_pos.YOUR_SECRET_KEY'Unique id of the Payout
po_2froTe3Wd8W3aSn1hX4vzEObject type
payoutId of the account
acct_1LqEqnFYPs6vK4HrAmount in cents
2000UnixtimeStamp when the Payout arrives to merchant
1671087901251ID of the balance transaction that describes the impact of this Payout on your account balance
nullCreated automatically or manually
trueCurrency this Payout was created with
DKKA custom description can be added to a payout
ID of the bank account or card the payout was sent to.
123If the payout failed or was canceled, this will be the ID of the balance transaction that reversed the initial balance transaction, and puts the funds from the failed payout back in your balance.
123Error code explaining reason for payout failure if available.
""Message explaining reason for payout failure if available.
""Custom data provided when this payout was created
{"correlation_id: "abc123"}Standard or instant.
""If the payout reverses another, this is the ID of the original payout.
""not_applicable, in_progress or completed.
""If the payout was reversed, this is the ID of the payout that reverses this payout.
""The source balance this payout came from. One of card, or bank_account.
""Extra information about a payout to be displayed on the user’s bank statement.
""Current status of the payout: paid, pending, in_transit, canceled or failed. A payout is pending until it is submitted to the bank, when it becomes in_transit. The status then changes to paid if the transaction goes through, or to failed or canceled (within 5 business days). Some failed payouts may initially show as paid but then change to failed.
""Can be bank_account or card.
""Forbidden.
Last updated