Query Topup Result

Query Topup order Result

Request URL

POST /remittance/partner/query-topup-result

Request Body

Refer to : common

Biz_data :

Name
Type
Description

order_no*

string

Order number

Response

{
    "code": "10000",
    "msg": "Success",
    "data":{
        "topup_id": 100025,
        "order_no": "14FCD1f3-3B73-430b-",
        "order_status": 4,
        "pay_currency": "USD",
        "pay_amount": "0.00",
        "topup_currency": "USD",
        "topup_amount": "1.00",
        "created_at": "2024-10-25 14:48:18"
        },
    "total": 1,
    "random_key":"abssdddd2wdw==",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}
Name
Type
Description

topup_id

long

Topup Id

order_no

string

Parter Order number

order_status

integer

Order status,

1:success

8:fail

4:to be confirmed

11:under review

pay_currency

string

Pay Currency

pay_amount

string

Pay Amount

topup_currency

string

Topup Currency

topup_amount

string

Topup Amount

created_at

string

Format: yyyy-MM-dd HH:mm:ss

Example

Note: 201************11 is pagsmile's test app id for sandbox

Please use your own app_id when testing.

Last updated

Was this helpful?