TABLE OF CONTENTS
- Management of webhook notifications
- Status_url deprecation
- Mandatory 2-step payment flow
- The asynchronous mode with Refund, VOID and Settle transactions
Management of webhook notifications
Hard deadline: 31 March 2024
At the moment, you send us callback_url in the request to what we sent notifications for each order. Now you have the option not to pass the URL in the request but add it via hub.solidgate.com. Customization occurs through the details of the channel (API credentials).
If needed, we can help you to set it in the hub right now, and we can check together that everything works correctly.
More information about Webhook notifications
Status_url deprecation
Hard deadline: 31 March 2024
If you are currently using the status_url, you need to replace it with a success_url and fail_url.
The recurring transaction example:
Mandatory 2-step payment flow
Hard deadline: 31 March 2024
- If you use Solidgate’s auto-settlefeature:
- settle transactions by submitting authorization requests with the settle_interval parameter
- monitor order statuses and void orders with declined transactions;
- If you don’t use the auto-settlefeature:
- submit authorization requests exclusively for valid transactions through the settle operation
- always cancel mistaken authorization requests promptly using the void operation
- process order statuses and void orders with declined and partial_settled statuses;
- Always secure authorization before submitting clearing transactions to maintain compliance;
- Void authorizations that won't be cleared within the defined time frame to prevent potential issues;
- Process reversals for cardholder-canceled transactions and erroneous authorizations promptly.
In the case of using our Subscription Service, please note that you need to use actions: auth-settle/auth-void for trial set-up. In case of a main billing period or product without trial, kindly use auth-settle action instead of charge.
Kindly note that the maximum setlle interval is 6 days (144 hours).
The asynchronous mode with Refund, VOID and Settle transactions
Hard deadline: 31 March 2024
Asynchronous mode of operation involves flow:
- The merchant initiates a Refund, VOID or Settle request
- Solid takes the request for processing and responds with an intermediate processing/created status
- After processing the request, a notification arrives at the webhook url with the final status of the order refunded / void_ok / settle_ok
Refund Response Sample:
Card Order Status Webhook Sample: