List payment accounts
curl --request GET \
--url http://127.0.0.1:8080/api/v1/payment-accounts{
"payment_accounts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_default": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"property_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"bank_name": "<string>",
"bank_account_number": "<string>",
"bank_account_holder": "<string>",
"transfer_template": "<string>"
}
]
}Billing
List payment accounts
GET
/
api
/
v1
/
payment-accounts
List payment accounts
curl --request GET \
--url http://127.0.0.1:8080/api/v1/payment-accounts{
"payment_accounts": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"is_default": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"property_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"bank_name": "<string>",
"bank_account_number": "<string>",
"bank_account_holder": "<string>",
"transfer_template": "<string>"
}
]
}Response
200 - application/json
Payment accounts
Show child attributes
Show child attributes
⌘I