InstantTransfer
  1. Butler API Bridge
InstantTransfer
  • PayStar API Documentation
    • Introduction
    • Authorization Bearer
    • Sandbox
    • Callbacks
    • Glossary
    • Dictionarys
      • Currencys
      • Telecom operators
      • Bank names
    • Deposit direct (Merch)
      • Create | Deposit order
      • Check status | Deposit order
    • Deposit reverse (Gateway)
      • Create | Reverse deposit order
      • Check status | Deposit order
    • Withdrawal direct (Merch)
      • Create | Withdrawal order
      • Check status | Withdrawal order
    • Balance
      • GET Merchant balance
  • Armax API
    • POST Armax Order
      POST
  • Butler API Bridge
    • Authorization Bearer
    • Withdrawal direct | PDO API Bridge
      • Check status | Withdrawal order
      • Create | Withdrawal Order
    • PSP Deposit Order
      • PSP Deposit Order
      • PSP Deposit Order status
    • Merch Deposit Order
      • Merch Deposit Order
      • Merch Deposit Order status
  • CoreFy API
    • Withdrawal Order
      POST
    • Payment Order
      POST
  • PayNetEasy API Bridg
    • Introduсtion
    • Autorization
    • Glossary
    • POST order
      POST
    • POST Status order
      POST
  1. Butler API Bridge

Withdrawal direct | PDO Butler API Bridge

Withdrawal direct - group of method for merchant initiated deposit orders.

In case you have previously integrated with ButlerWallet processing#

You need to change only several integration settings:
1.
Replace the integration URL:
From: POST ​/api​/v1​/integration​/psp-deposit-order​/v2
To: POST /api/v1/integration/butler/withdrawal-order
2.
Apply a new authorization token - please request an authorization token from the manager
3.
Apply a new mapping of bankName & telecomOperator- please find bankName & telecomOperator list

In case you have not previously integrated with ButlerWallet processing please use Withdrawal direct method#

Сonceptual interaction diagram#

To make deposit payment please use follow methods:#

Create payment: POST /api/v1/integration/butler/withdrawal-order
Check payment status: GET /api/v1/integration/butler/withdrawal-order/{id}

Withdrawal sequence diagram#

Check status deposit order - callback and Polling#

Polling - every 2 min before getting the final status.
Callback
Modified at 2024-12-12 13:18:26
Previous
Authorization Bearer
Next
Check status | Withdrawal order
Built with