LuxtakLuxtak
  • Introduction
  • Payin API
    • Environments
    • All-In-One Checkout
      • Checkout Page (General)
      • Checkout Page (E-com)
    • Direct integration
      • Brazil
        • Pix
      • Mexico
        • Cash
        • CoDi
        • SPEI
      • Colombia
        • Wallet
        • PSE
      • Chile
        • Bank Transfer
        • Wallet
      • Peru
        • Bank Transfer
        • Cash
      • Ecuador
        • Bank Transfer
        • Cash
      • Russia
        • CreditCard
        • SBP
        • SberPay
        • TPay
        • Vault
      • Global
        • Crypto
        • Binance
    • Notification
      • Security
    • Recurring Payment
      • Support Target and Currency
    • Tokenization
    • Payin Detail
    • Refund
    • Data
      • Payment Method
      • Data for test (Sandbox)
      • Payin Status
      • Icon of methods
      • Country Code
    • API Code
  • Payout API
    • Environments
    • Security
    • Submit a payout
      • Brazil
        • Pix
      • Russia
        • SBP
      • Global
        • Crypto
    • Notification
    • Account Balance
    • Payout Status
    • Payout Bank List
    • Payout List
    • Payout Detail
    • Payment Method
    • Data for test
    • API Code

Payin API

This section covers technical details of the Payin API. It contains functional examples of the requests and important observations to be taken into account during integration.

Tips

  • All calls to the Payin API use HTTP POST Request.
  • All calls to the Payin API should with JSON body parameters.
  • All calls to the Payin API will return JSON responses, including errors.

Content

  • ​Environment ​

    • Sandbox environment vs Production.
  • ​Submit a payin ​

    • How to submit a payin request.
  • ​Notification ​

    • Receiving a notification. When and how.
  • ​luxtak JavaScript ​

    • Use JS to get token and fingerprint
  • ​Support Bank List Query ​

    • Get support bank list for Cash and Banktransfer payment
  • ​Payin Detail ​

    • Query the details of an order
  • ​Installment Detail Query ​

    • Query the installment detail of a credit card order
  • ​Refund ​

    • Submit refund request
  • ​Data ​

    • Some usefully data like methods, test data, etc
  • ​API Code ​

    • luxtak Payin API Code
Prev
Introduction
Next
Payout API