shkeeper.io icon indicating copy to clipboard operation
shkeeper.io copied to clipboard

Add Callback URL field in create payout endpoint similar to create invoice endpoint

Open ShubDVS opened this issue 4 months ago • 7 comments

So while creating invoices we have a field named callback_url in request body of endpoint https://demo.shkeeper.io/api/v1/{crypto_name}/payment_request

if we provide a url in this field we get notifications related to that invoice every minute until we send back 202 status code as response its quite good mechanism for notifications or alerts

Similarly for payout tasks this is a necessity to get notifications about the payouts tasks a user created at endpoint https://demo.shkeeper.io/api/v1/{crypto_name}/payout

ShubDVS avatar Aug 11 '25 05:08 ShubDVS