Query Payment Orders
Query Payment Orders
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/payment/query-orders
Request Header
Content-Type*
string
application/json; charset=UTF-8
Request Body
Refer to : common
Biz_data
merchant_id
long
Merchant ID
order_no
string
Order number. Globally unique.
account_num
string
Bank Account Number/IBAN
start_date*
string
Begin time
end_date*
string
End time
page_num
int
Page number
page_size
int
Page size
query max time range 7 days
Response
order_id*
long
Order ID
merchant_id*
long
Merchant ID
transaction_id
long
Transaction ID
order_no*
string
Order ID
order_status*
integer
Order Status
Refer to
receive_country
string
Receive Country
pay_currency
string
Pay currency
pay_amount
string
Pay amount
fee
string
Fee
payed_at
string
Payed At
refund_transaction_id
long
Refund Transaction ID
refund_fee
string
Refund Fee
refunded_at
string
Refunded At
receive_currency*
string
Receive Currency
receive_amount*
string
Receive Amount
account_num
string
Account number
payee_name
string
Payee Name
payee_id
long
Payee ID
quote_id
long
Quote ID
conversion_rate
string
Conversion Rate
reference
string
Reference
error_message
string
Error Message
created_at
string
Create At,
Format: yyyy-MM-dd HH:mm:ss
Example
Note: 162************38 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated