Learn how to integrate Processing Only mode into your application
POST /delegated/payments
- Create a payment using your provider accountPOST /delegated/payments/sync
- Create a payment using your provider account with synchronous mode (the list of providers supporting synchronous is availabe at https://docs.hub2.io/integration/en/getting_started/api_operation#synchronous-circuit)GET /payments
- List payments (same as classic payments)GET /payments/{id}/status
- Get payment status (same as classic payments)POST /delegated/transfers
- Create a transfer using your provider accountsPOST /delegated/transfers/irt
- Create an IRT transfer using your provider accountsGET /transfers
- List transfers (same as classic transfers)GET /transfers/{id}/status
- Get transfer status (same as classic transfers)