GET api/Login/GetStripeAccount?AccountId={AccountId}&BranchId={BranchId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
Required |
|
| BranchId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PropertyStripeAccountDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
|
| SecretKey | string |
None. |
|
| Notes | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Username": "sample string 2",
"Password": "sample string 3",
"SecretKey": "sample string 4",
"Notes": "sample string 5",
"Active": true,
"CreateUser": 1,
"CreateDate": "2025-12-20T01:48:47.1743652-08:00"
}