Solidgate helps you operate alternative payments after checkout subscriptions, refunds, token lifecycle, and status tracking. To create orders and configure future usage, use init alternative payment.
Recurring
Via API Recurring API v1For alternative payment methods Alipay, WeChat Pay, GCash, PayPal, Mercado Pago, Pix, SmartPix, or UPI, a token-based recurring payment refers to an automatic charge applied to a customer's payment method at predetermined intervals.
After the first successful payment, you can leverage the token system for recurring transactions. The token containing essential payment method information is accessible via the
order token field from: With this token, initiate a recurring request using token with payment_method
alipay
,
wechatpay
,
gcash
,
mbway
,
paypal-vault
,
mercadopago
,
pix
,
pix-automatico
or
upi
.
For payment_method
alipay
,
wechatpay
, the token must be obtained from a previous successful transaction with future_usage payment_type set to
unscheduled
.
For payment_method
mbway
, the token must be obtained from a previous successful transaction with future_usage payment_type set to
1-click
.
Revoke token
Via API Revoke token API v1For alternative payment methods Alipay, WeChat Pay, and MB WAY, revoke token is a request to cancel a recurring token and stop future charges. After a successful revoke, expect the revoked recurring token Webhook . When a token is revoked, all subscriptions that use it are cancelled.
Use it when a customer revokes authorization or the recurring agreement is no longer needed.
Refund
Via API Refund APM order API v1Solidgate handles refunds for both card payments and APMs through its secure payment gateway integration.
The APM refund request supports alternative payment methods, including PayPal, Pay by Bank, and others, allowing to initiate refunds for successfully processed orders.
It is vital to be aware that refunds in APMs, particularly in cash-based methods, may be limited or unavailable. PayPal does not provide an ARN for refunds. It is recommended to generate a Refund confirmation via Hub for orders. Via Hub To issue a refund
- Go to Payments > Orders.
- Select the needed order to go to the order details page.
- In the top-right corner, click on the Refund button.
- In the appeared form, complete the refund information:
- Select Full refund or Partial refund
- Specify the refund reason
- Click on Refund to confirm.
Once the refund is successful , you can get the Refund confirmation on the Transactions section and share it with the customer. The refund confirmation serves as proof of a completed refund transaction and can be used for several purposes:
- Share it with the customer as proof that the refund has been processed successfully, building trust and transparency in your business relationships.
- Update your financial records to ensure accurate bookkeeping for tax purposes, track refund patterns, and maintain a clear financial history.
- Present it to financial institutions if they have any inquiries about the transaction.
If a chargeback is opened, the refund option is inactive in both the Hub and the bank’s system to prevent duplicate payouts.
Refunds can be declined primarily because the cardholder’s account cannot accept them. The common reasons for a declined PayPal refund include:
- Connection timed out: PayPal did not respond while processing the return. Please repeat the refund at a later time.
- Channel to dispute the refund:
- For
dispute_channelinternal make a refund through the Hub. - For
dispute_channelexternal , the refund cannot be processed at this stage and can only be disputed. However, it can be successful if the bank reversal is confirmed in the PayPal admin panel.
- For
Check status
Via API Check status API v1Request for receiving current order status.
The key benefit is that it allows merchants to efficiently monitor and manage their payments. It provides comprehensive information about the order's status, payment method, transaction details, and customer information.