curl 'https://api.sandbox.uqpay.org/api/v1/cards/transactions?page_num=1&page_size=10' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"total_item": 1,
"total_page": 1,
"item_list": [
{
"card_id": "8a01cace-188e-4f44-9329-f6de3dbd74ed",
"direct_id": "0",
"account_id": "6f790194-f9cd-4b7d-810e-092460804988",
"card_holder_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c14",
"transaction_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c11",
"transaction_type": 1000,
"card_number": "9333019900054676",
"card_available_balance": "1.00",
"authorization_code": "1111",
"local_amount": "1.00",
"local_currency": "USD",
"transaction_amount": "1.00",
"transaction_currency": "USD",
"balance_transaction_id": "",
"merchant_id": "123456",
"merchant_name": "",
"merchant_country": "",
"merchant_city": "",
"merchant_category_code": "",
"transaction_fee": "0.00",
"transaction_fee_currency": "USD",
"channel_code": "0000",
"channel_resp_code": "",
"channel_resp_body": "",
"channel_transaction_id": "12",
"transaction_time": "2023-10-12T14:57:13+08:00",
"short_account_id": "asdf",
"short_reference_id": "fed",
"create_time": "2023-10-12T14:57:41+08:00",
"failure_reason": "",
"transaction_status": 1111
}
]
}
}
This endpoint get list of card transactions.
curl 'https://api.sandbox.uqpay.org/api/v1/cards/transactions?page_num=1&page_size=10' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"total_item": 1,
"total_page": 1,
"item_list": [
{
"card_id": "8a01cace-188e-4f44-9329-f6de3dbd74ed",
"direct_id": "0",
"account_id": "6f790194-f9cd-4b7d-810e-092460804988",
"card_holder_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c14",
"transaction_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c11",
"transaction_type": 1000,
"card_number": "9333019900054676",
"card_available_balance": "1.00",
"authorization_code": "1111",
"local_amount": "1.00",
"local_currency": "USD",
"transaction_amount": "1.00",
"transaction_currency": "USD",
"balance_transaction_id": "",
"merchant_id": "123456",
"merchant_name": "",
"merchant_country": "",
"merchant_city": "",
"merchant_category_code": "",
"transaction_fee": "0.00",
"transaction_fee_currency": "USD",
"channel_code": "0000",
"channel_resp_code": "",
"channel_resp_body": "",
"channel_transaction_id": "12",
"transaction_time": "2023-10-12T14:57:13+08:00",
"short_account_id": "asdf",
"short_reference_id": "fed",
"create_time": "2023-10-12T14:57:41+08:00",
"failure_reason": "",
"transaction_status": 1111
}
]
}
}
x-client-id.YOUR_TOKEN_HERE.Maximum 50Format: yyyy-MM-dd HH:mm:ssBoth the start_date and end_date must exist for this to take effectFormat: yyyy-MM-dd HH:mm:ssBoth the start_date and end_date must exist for this to take effectHide details
Hide details
AUTHORIZATION, CLEARING, REFUND, REVERSAL, ORIGINAL_CREDITfinance_transactions this transaction is associated with.curl 'https://api.sandbox.uqpay.org/api/v1/cards/transactions?page_num=1&page_size=10' \
-H 'x-auth-token: Bearer 0e043e2ec6898b3220a0921466d7c203' \
-H 'x-client-id: Up1HIsjiETPXLy7gON9PMG'
{
"code": 200,
"message": "Success",
"data": {
"total_item": 1,
"total_page": 1,
"item_list": [
{
"card_id": "8a01cace-188e-4f44-9329-f6de3dbd74ed",
"direct_id": "0",
"account_id": "6f790194-f9cd-4b7d-810e-092460804988",
"card_holder_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c14",
"transaction_id": "65dd6638-5c23-4d9c-9672-1e7fd0fb0c11",
"transaction_type": 1000,
"card_number": "9333019900054676",
"card_available_balance": "1.00",
"authorization_code": "1111",
"local_amount": "1.00",
"local_currency": "USD",
"transaction_amount": "1.00",
"transaction_currency": "USD",
"balance_transaction_id": "",
"merchant_id": "123456",
"merchant_name": "",
"merchant_country": "",
"merchant_city": "",
"merchant_category_code": "",
"transaction_fee": "0.00",
"transaction_fee_currency": "USD",
"channel_code": "0000",
"channel_resp_code": "",
"channel_resp_body": "",
"channel_transaction_id": "12",
"transaction_time": "2023-10-12T14:57:13+08:00",
"short_account_id": "asdf",
"short_reference_id": "fed",
"create_time": "2023-10-12T14:57:41+08:00",
"failure_reason": "",
"transaction_status": 1111
}
]
}
}