POST
/
merchant
/
credit
/
credit_transaction_list
curl --request POST \
  --url https://api.unibee.top/merchant/credit/credit_transaction_list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "accountType": 123,
  "count": 123,
  "createTimeEnd": 123,
  "createTimeStart": 123,
  "currency": "<string>",
  "email": "<string>",
  "page": 123,
  "sortField": "<string>",
  "sortType": "<string>",
  "transactionTypes": [
    123
  ],
  "userId": 123
}'
{
  "code": 123,
  "data": {
    "creditTransactions": [
      {
        "accountType": 123,
        "adminMember": {
          "createTime": 123,
          "email": "<string>",
          "firstName": "<string>",
          "id": 123,
          "isBlankPasswd": true,
          "isOwner": true,
          "lastName": "<string>",
          "merchantId": 123,
          "mobile": "<string>"
        },
        "bizId": "<string>",
        "by": "<string>",
        "createTime": 123,
        "creditAccount": {
          "amount": 123,
          "createTime": 123,
          "currency": "<string>",
          "currencyAmount": 123,
          "exchangeRate": 123,
          "id": 123,
          "payoutEnable": 123,
          "rechargeEnable": 123,
          "totalDecrementAmount": 123,
          "totalIncrementAmount": 123,
          "type": 123,
          "userId": 123
        },
        "creditAmountAfter": 123,
        "creditAmountBefore": 123,
        "currency": "<string>",
        "deltaAmount": 123,
        "deltaCurrencyAmount": 123,
        "description": "<string>",
        "exchangeRate": 123,
        "id": 123,
        "invoiceId": "<string>",
        "merchantId": 123,
        "name": "<string>",
        "transactionId": "<string>",
        "transactionType": 123,
        "user": {
          "address": "<string>",
          "avatarUrl": "<string>",
          "billingType": 123,
          "birthday": "<string>",
          "city": "<string>",
          "companyName": "<string>",
          "countryCode": "<string>",
          "countryName": "<string>",
          "createTime": 123,
          "custom": "<string>",
          "email": "<string>",
          "externalUserId": "<string>",
          "facebook": "<string>",
          "firstName": "<string>",
          "gatewayId": 123,
          "gatewayPaymentType": "<string>",
          "gender": "<string>",
          "id": 123,
          "isRisk": 123,
          "isSpecial": 123,
          "language": "<string>",
          "lastLoginAt": 123,
          "lastName": "<string>",
          "linkedIn": "<string>",
          "merchantId": 123,
          "metadata": {},
          "mobile": "<string>",
          "otherSocialInfo": "<string>",
          "paymentMethod": "<string>",
          "phone": "<string>",
          "profession": "<string>",
          "recurringAmount": 123,
          "registrationNumber": "<string>",
          "school": "<string>",
          "status": 123,
          "subscriptionId": "<string>",
          "subscriptionName": "<string>",
          "subscriptionStatus": 123,
          "taxPercentage": 123,
          "telegram": "<string>",
          "tikTok": "<string>",
          "timeZone": "<string>",
          "type": 123,
          "userName": "<string>",
          "vATNumber": "<string>",
          "version": 123,
          "weChat": "<string>",
          "whatsAPP": "<string>",
          "zipCode": "<string>"
        }
      }
    ],
    "total": 123
  },
  "message": "<string>",
  "redirect": "<string>",
  "requestId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Get Credit Transaction list

accountType
integer
required

filter type of account, 1-main account, 2-promo credit account

count
integer

Count Of Per Page

createTimeEnd
integer

CreateTimeEnd

createTimeStart
integer

CreateTimeStart

currency
string

filter currency of account

email
string

filter email of user

page
integer

Page, Start 0

sortField
string

Sort Field,gmt_create|gmt_modify,Default gmt_modify

sortType
string

Sort Type,asc|desc,Default desc

transactionTypes
integer[]

transaction type。1-recharge income,2-payment out,3-refund income,4-withdraw out,5-withdraw failed income, 6-admin change,7-recharge refund out

userId
integer

filter id of user

Response

200 - application/json
code
integer
data
object
message
string
redirect
string
requestId
string