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

Payout API

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

Tips

  • All calls to the Payout API use HTTP POST Request.

  • All calls to the Payout API should with JSON body parameters.

  • All calls to the Payout API will return JSON responses, including errors.

Content

  • ​Environment ​

    • Sandbox environment vs Production.
  • ​Security ​

    • How to make safe payment request.
  • ​Submit a payout ​

    • Learn how to submit a payout.
  • ​Payout Dry-Run ​

    • A simulation(dry run) for payout.
  • ​Notification ​

    • Receiving a notification. When and how.
  • ​Account Balance ​

    • How to get your payout account balance in luxtak.
  • ​Payout Status ​

    • Get a certain payout status.
  • ​Payout List ​

    • Get payout list within a certain period, max 31days.
  • ​Payout Detail ​

    • Get a certain payout detail.
  • ​Bank Code ​

    • Find bank code here.
  • ​API Code ​

    • luxtak Payout API Code
Prev
Payin API