{
"payout_account": {
"id": "<string>",
"status": "pending",
"reference_id": "<string>",
"data": {},
"context": {},
"onboarding": {
"id": "<string>",
"data": {},
"context": {},
"payout_account": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"payouts": [
{
"id": "<string>",
"currency_code": "<string>",
"amount": 123,
"data": {},
"payout_account": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Creates a payout account for the authenticated vendor.
{
"payout_account": {
"id": "<string>",
"status": "pending",
"reference_id": "<string>",
"data": {},
"context": {},
"onboarding": {
"id": "<string>",
"data": {},
"context": {},
"payout_account": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"payouts": [
{
"id": "<string>",
"currency_code": "<string>",
"amount": 123,
"data": {},
"payout_account": "<unknown>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Additional data needed by the payment provider to create a payment account.
Created
A payout account object with its properties
Show child attributes
The unique identifier of the payout account.
The status of the payout account.
pending, active, disabled Reference ID used by the payment processor.
Additional data stored with the payout account.
Context data stored with the payout account.
The onboarding associated with the payout account.
Show child attributes
The unique identifier of the onboarding.
Additional data stored with the onboarding.
Additional context stored with the onboarding.
The payout account this onboarding belongs to.
Show child attributes
The date with timezone at which the resource was created.
The date with timezone at which the resource was last updated.
The payouts associated with this account.
Show child attributes
The unique identifier of the payout.
The currency code of the payout.
The amount of the payout.
Additional data stored with the payout.
The payout account this payout belongs to.
Show child attributes
The date with timezone at which the resource was created.
The date with timezone at which the resource was last updated.
The date with timezone at which the resource was created.
The date with timezone at which the resource was last updated.