PayproPaypro
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia
  • ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan
  • ๐Ÿ‡ต๐Ÿ‡ญ Philippines
  • ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • ๐Ÿ‡ฐ๐Ÿ‡ช Kenya
  • ๐Ÿ‡ช๐Ÿ‡ฌ Egypt
  • ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico
  • ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh
  • ๐Ÿ‡ง๐Ÿ‡ท Brazil
  • ๐Ÿ‡ฐ๐Ÿ‡ท SouthKorea
  • ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria
  • ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesia
  • ๐Ÿ‡ต๐Ÿ‡ฐ Pakistan
  • ๐Ÿ‡ต๐Ÿ‡ญ Philippines
  • ๐Ÿ‡ฎ๐Ÿ‡ณ India
  • ๐Ÿ‡ฐ๐Ÿ‡ช Kenya
  • ๐Ÿ‡ช๐Ÿ‡ฌ Egypt
  • ๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico
  • ๐Ÿ‡ง๐Ÿ‡ฉ Bangladesh
  • ๐Ÿ‡ง๐Ÿ‡ท Brazil
  • ๐Ÿ‡ฐ๐Ÿ‡ท SouthKorea
  • ๐Ÿ‡ณ๐Ÿ‡ฌ Nigeria
  • South Korea

    • Overview
    • Error Code
    • Payment API
    • Payment API
    • Payout API
    • Payment Query API
    • Payout Query API
    • Balance Inquiry API
    • Payment Notify API
    • Bank List

Error Code

    Tips

    Before sending the request message, the merchant needs to add a signature, and after obtaining the response message, the merchant needs to verify the response signature accordingly.

    Brief Description
    • The API response status codecontains two dimensions:

    1.The outer field code indicates whether the API call itself was successful (e.g., parameter validation, signature verification, etc.);

    2.The inner field data.status represents the actual status of the order.

    • Please ensure the following when processing responses:

    1.For order placement (pull order) API: First check if the outer code is "0000"; otherwise, it indicates a failed order placement.

    2.For query-type API: Prioritize using data.status to determine the true status of the order.

    Code
    CodeDescription
    0000Success
    5000System operation exception ๏ผŒNote: You need to contact customer service to confirm the order status.
    8000Order Error
    Status
    StatusDescription
    0000Success
    0001Part Success
    0015Paying
    00029Fail
    Last Updated:
    Contributors: gxwu
    Prev
    Overview
    Next
    Payment API