TransfersmileTransfersmile
  • EN
  • PT
  • ES
  • EN
  • PT
  • ES
  • Introduction
  • Payin API
    • Environments
    • Direct integration
      • Brazil
        • Credit Card
        • Pix
        • Lottery
        • Boleto
        • Deposit Express
        • Wallet
    • Notification
      • Security
    • Payin Detail
    • Refund
    • Plug-in & Tools
      • transfersmile JavaScript
      • transfersmile SDK
      • Get CreditCard Token
      • Supported Bank List Query
      • Installment Detail Query
    • Data
      • Payment Method
      • Data for test (Sandbox)
      • Payin Status
      • Icon of methods
    • API Code
  • Payout API
    • Environments
    • Security
    • Submit a payout
      • transfersmile Wallet
        • WebView Example
        • H5 Authorization
        • Native App Authorization
        • Send Prizes
      • Brazil
        • Pix
        • BankTransfer
    • Notification
    • Payout DryRun
    • Account Balance
    • Payout Status
    • Payout List
    • Payout Detail
    • Payment Method
    • Data for test
    • Bank Code
      • Bank in Brazil
    • 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.

Tip

  • 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 transfersmile.
  • ​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 ​

    • transfersmile Payout API Code
Prev
Payin API