GET api/v1/paymentlinks/getpaymentlink?companyId={companyId}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyId | integer |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseModelOfTransactionLinkResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Data | TransactionLinkResponse |
None. |
|
| Pagination | Pagination |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.