SA-starpago-en
  1. payin
SA-starpago-en
  • Access Guidelines
  • Accessory Code Table
  • Signature Example
  • Solutions to common problems with signatures
  • Indonesia - BankCodes Table
  • Thailand - BankCodes Table
  • Pakistan - BankCodes Table
  • Philippines - BankCodes Table
  • Bengal - BankCodes Table
  • payin
    • Pakistan - Create payin
      POST
    • Thailand - Create payin
      POST
    • Philippines - Create payin
      POST
    • Bengal - Create payin
      POST
    • Payment Order Query
      GET
  • payout
    • Pakistan - Create payout
      POST
    • Thailand - Create payout
      POST
    • Philippines - Create payout
      POST
    • Bengal - Create payout
      POST
    • Payout Order Query
      GET
  • account
    • Balance Query
      GET
  • webhook
    • payin webhook
    • payout webhook
  1. payin

Payment Order Query

GET
{{HOST}}/api/v2/payment/order/query

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '{{HOST}}/api/v2/payment/order/query?appId=a0c07e56c281c23c9b0bfd94923cfb9d&merOrderNo=20220408123109677&orderNo&sign=a8e8789b76d43d57d3b72fdfb14f482761e05a192a86048b90710f517369f5f8'

Responses

🟢200成功
application/json
Body

Example
{
    "code": 0,
    "msg": "success",
    "data": {
        "orderStatus": 1,
        "orderNo": "2d7037053e6743788906ba993d3444b1",
        "merOrderNo": "94657471-ecdf-2013c-640d-2cde48001122",
        "amount": 13500,
        "currency": "IDR",
        "attach": "发起代收",
        "createTime": 1726747191316,
        "updateTime": 1726747195652,
        "sign": "d378a75aca95debf5a20f7cc9e47710d59aa9d606f88260eebbafa576a9795a0"
    }
}
Modified at 2025-06-07 04:11:44
Previous
Bengal - Create payin
Next
Pakistan - Create payout
Built with