Setup
Azupay provides a self-service sign-up for a sandbox account. To sign up for an account, visit the sign-up page and follow the instructions.Credentials
When setting up PayTo in the dashboard, configure the following credentials:- Client ID - The client ID provided as part of the Azupay account request form once the account is created.
- Secret key - The secret key generated in the Azupay Dashboard under Settings > API Keys.
Features
Azupay PayTo supports the following features:- Direct capture - Payments are captured immediately at the time of authorization
- Partial refunds - Refund a portion of the captured amount
- Refunds - Refund transactions in full
- Payment method tokenization - Store payment methods for future use
Supported countries
Azupay PayTo supports transactions from buyers inAU.
Supported currencies
Azupay PayTo supports processing payments inAUD.
Limitations
The following features are not supported by this connector:- Delayed capture - Authorizing a payment and capturing it later is not supported
- Void - Canceling an authorized transaction before capture is not supported
- Partial capture - Capturing a portion of the authorized amount is not supported
- Over capture - Capturing more than the authorized amount is not supported
- Partial authorization - Accepting a partial amount is not supported
- Zero auth - Zero-dollar verification transactions are not supported
- Transaction sync - Automatic transaction status synchronization is not supported
- Settlement reporting - Automatic settlement reporting is not supported
- Concurrent refunds - Another refund cannot be initiated while there is an outstanding in-progress refund.
Webhooks
Azupay sends webhook events for every payment request status change. Ensure all webhook events are enabled:- Log in to the Azupay Dashboard.
- Navigate to Settings > Payment Request webhook events.
- Set the webhook URL as defined by the connector.
Integration
The default integration for Azupay PayTo uses a redirect to a hosted payments page. Start by creating a new transaction with the following required fields.payment_method.approval_url and the status is set to buyer_approval_pending. The approval URL expires after 30 minutes.
approval_url (open in a browser or Webview), where they can complete the payment. Once the buyer approves, the transaction progresses to a capture_succeeded state.