Starpay Merchant Disbursement API
    • 1. Revision History
    • 2. Signature
      • 2.1 API connection check
      • 2.2 Signing a message
      • 2.3 Use the SHA256WithRSA algorithm to calculate the To-Be-Signed String
      • 2.4 Sample
      • 2.5 Method of Signature
    • 3. Procedure Diagram
    • 4. API List
    • 5. Disbursement
      • 5.1 Fund Disbursement List
        POST
      • 5.2 Fund Disbursement
        POST
      • 5.3 Fund Disbursement (Starpay to Starpay Fund Transfer)
        POST
      • 5.4 Fund Disbursement Query
        POST
      • 5.5 Disbursement State Notification
        POST
      • 5.6 Disbursement Balance Query
        POST
      • 5.7 Scan QR
        POST
      • 5.8 Fund Disbursement (Pay P2M QR)
        POST
      • 5.9 Fund Disbursement (Pay P2P QR)
        POST
    • 6. Repayment
      • 6.1 Repayment
        POST
      • 6.2 Repayment State Query
        POST
      • 6.3 Repayment State Notification
        POST
      • 6.4 Repayment Static Qr Generate
        POST
      • 6.5 Repayment Static Qr Order Notify
        POST
      • 6.6 Repayment Balance Query
        POST
      • 6.7 Edit Repayment Static QR Status
        POST
      • 6.8 Repayment transaction Query through RefNo
        POST
      • 6.9 Repayment Cancel
        POST
    • 7. Error code list
    • 8. 3rd Party Error Code List
    • 9.Instapay Error Code List
    • 10. Appendix
      • 10.1 Test demo

    4. API List

    Request URL
    UAT: https://financeapi-uat.wallyt.net/finance-payment-service
    PROD: https://financeapi.wallytglobal.com/finance-payment-service
    NOAPILink Address
    1Fund Disbursement/v1/disburse
    2Fund Disbursement (Starpay to Starpay Fund Transfer)/v1/disburse
    3Fund Disbursement List/v1/disburse/query/receivers
    4Fund Disbursement Query/v1/disburse/query
    5Disbursement State Notification
    6Disbursement Balance Query/v1/disburse/inquireBalance
    7Repayment/v1/repayment
    8Repayment State Query/v1/repayment/query
    9Repayment State Notification
    10Repayment Balance Query/v1/repayment/inquireBalance
    11Repayment Static Qr Generate/v1/repayment
    12Repayment Static Qr Order Notify/v1/starpay/repayment/static/notify
    13Scan QR/v1/disburse/scanqr
    14Edit Repayment Static QR Status/v1/repayment/editStaticQr
    15Fund Disbursement (Pay P2M QR)/v1/disburse
    16Fund Disbursement (Pay P2P QR)/v1/disburse
    17Repayment transaction Query through RefNo// v1/starpay/refNoQuery
    If you want to send the request successfully, please make sure you add the directory of the corresponding interface after the request address(refer to the table above).
    When you want to call the bank list interface pay.starpay.instapay.bank.list in the UAT environment, the correct and complete request URL is: https://financeapi-uat.wallyt.net/finance-payment-service/v1/disburse/query/receivers
    The same goes for the other interfaces.
    Previous
    3. Procedure Diagram
    Next
    5. Disbursement
    Built with