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
С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. Modified at 2024-12-12 13:18:26