Potapay(English)
    • Interface description
    • appoint
    • Signature & Signature Algorithm
    • Test parameter
    • Error code
    • v1
      • Create invoice order
        POST
      • Create a payment order
        POST
      • Order inquiry
        POST
      • Account balance inquiry
        POST
      • Certificate query
        POST
    • v2
      • Mexico
        • List of Mexican banks
        • Test parameters
        • Query
          • Order Inquiry
          • Account Balance Inquiry
          • Voucher Inquiry
        • Create a invioce order
        • Create a payment order
      • Brazil
        • Create invioce order
        • Create payment order - no query restrictions
        • Create payment order
        • Order inquiry
        • Account balance inquiry
        • Certificate query
    • webhook Request
      POST
    • Schemas
      • payin parameters
      • payin parameters v2
      • payout parameters
      • order query
      • balance query
      • webhook
      • proof query
      • payout manual

    appoint

    Important

    1. The platform interface responds to httpcode based on the request result

      • 200Successful
      • 400Parameter error
      • 401Account abnormality
      • 403Get header error
      • 404The order does not exist
      • 500or503Service Abnormality,

      When an error of 500 or 503 occurs, suspend the order for manual confirmation.

    2. The data format is JSON

    3. The Content-Type of all POST requests is: application/json;

    4. All amounts: The unit is "minutes ", the decimal point is not supported, such as' 1BRL = 100 '

    5. The test account will be automatically called back, the fixed callback success of the received order, and the successful payment of the order amount <=1000, otherwise it will fail

    6. When not 200 is returned, three fields'code ', 'message', 'detail' will be returned, and the corresponding error will be obtained through code

    Modified at 2026-02-10 13:15:07
    Previous
    Interface description
    Next
    Signature & Signature Algorithm
    Built with