Transaction Limits
Viewing transaction limits#
Use this endpoint if you want to view your transaction limits. Partners can view transaction limits for their customers using this endpoint.
Method: GET
Endpoint: {{env}}/api/customer/transactionlimits/{customerId}
Response
| Parameter | Type | Description |
|---|---|---|
| TransactionMethod | string | Transaction method |
| Type | string | Transaction type |
| DailyQuantity | int | The transactions per day for each transaction type is the maximum number of transactions allowed per day for transactions of that type. |
| DailyQuantityRemaining | int | The transactions per day for each transaction type that are remaining out of the maximum number of transactions allowed per day for transactions of that type. |
| DailyAmount | decimal | The limit for each transaction type is the maximum amount allowed per transaction of that respective type. |
| DailyVolume | decimal | The maximum volume per day for each transaction type is the maximum cumulative amount allowed for all transactions of that respective type. |
| DailyVolumeRemaining | decimal | The volume remaining is the maximum cumulative amount allowed per day for all transactions of that respective transaction type minus the cumulative amount used in the current day. |