Get Transaction Limits

Read on obtaining transaction limits for a sender

This API provides information on the next transaction limits for the user based on the tier that the user is currently placed.

GET /v2/senders/{{senderId}}/transaction-limit

curl -X GET {{url}}/v2/senders/{{senderId}}/transaction-limit \
  -H 'Accept: application/json' \
  -H 'X-Client-Id: clientid' \
  -H 'X-Client-Secret: clientsecret'

Last updated