Get Payout Account by ID
Path parameters
payout_account_idinteger · int32Required
Query parameters
extendedbooleanOptionalDefault:
false
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
get
GET /v1/payments/payout_account/{payout_account_id} HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default
default response
{
"id": 1,
"account_type": "MERCHANT",
"account_id": 1,
"merchant_id": 1,
"app_id": 1,
"is_active": true,
"country_code": "text",
"payment_provider": "STRIPE",
"payment_provider_account_id": "text",
"payment_provider_account_type": "EXPRESS",
"payment_provider_metadata": {
"ANY_ADDITIONAL_PROPERTY": {}
},
"payment_provider_account": {},
"date_deactivated": "2025-07-11T23:39:19.670Z",
"errors": [
{
"id": 1,
"error_code": 1,
"error_message": "text",
"resolved": true,
"date_resolved": "2025-07-11T23:39:19.670Z",
"date_created": "2025-07-11T23:39:19.670Z",
"payout_account_id": 1
}
],
"date_created": "2025-07-11T23:39:19.670Z",
"date_last_modified": "2025-07-11T23:39:19.670Z"
}
Last updated
Was this helpful?