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

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.

Tip

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

    • transfersmile Payin API Code
Prev
Introduction
Next
Payout API