{
"id": "<string>",
"type": "payment-accounts",
"attributes": {
"provider": "<string>",
"currency": "<string>",
"supported_currencies": "<array>",
"auto_payout": true,
"auto_payout_schedule": "<string>",
"payments_enabled": true,
"payouts_enabled": true,
"is_terminal_enabled": true,
"last_error": "<string>",
"activity": {},
"last_activity_at": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"terminal_locations": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
},
"terminal_readers": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}