Steven Liu

@rg911

Joined on Jul 19, 2021

  • Deposit Transaction Webhook The deposit transaction webhook provides an API interface for Exodus's exchange module to notify a service provider about a deposit transaction made against a swap order placed. Should a deposit transaction succeeded or failed from Exodus's wallet (or other clients), the webhook will be called with the status. Webhook Technical Details APIWe can adopt existing API structure to minimize the effort from AERO. The webhook API will require a new method which should be created by AERO for handling the incoming payload.The webhook payload should include: - orderId: The order id / reference returned from the swap request. - txId: The deposit transaction hash send by Exodus. - userMarkedPaid: A boolean flag to indicate a transaction is sent successfully or not.Request payload spec { type: 'object', properties: {
     Like  Bookmark