Skip to main content
GET
/
api
/
TransactionType
/
getAllTransactionType
Get all transaction types
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/TransactionType/getAllTransactionType \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "transactionTypes": [
    {
      "transactionTypeCode": "<string>",
      "transactionName": "<string>"
    }
  ]
}
Lists every transaction type. Use this to interpret transaction-history line items returned by API balance / transaction endpoints.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

transactionTypes
object[]

List of transaction types