Learn how to integrate Processing Only mode into your application
Api.delegated_payment_create
Api.delegated_transfer_create
POST /delegated/payments
- Create a payment using your provider account
Unlike classic payments, there’s no need to create a payment intent first before attempting a payment.
Here, you directly make the payment attempt. Here’s an example.POST /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 accounts. Below is an example. Only the endpoint changes here in the request.POST /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)