-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cancel a charge #12
Comments
Here’s the API docs on how to cancel a charge: https://commerce.coinbase.com/docs/api/#cancel-a-charge. Additionally, a charge is marked as expired if no payment is detected within 60 minutes of charge creation. However, if a payment comes in after 60 minutes but within 7 days of charge creation, the payment will still be detected and accounted for. Here’s a diagram of all the payment statuses that can occur: |
Is this library doesn't have any method to delete a charge , retrieve etc |
how do I cancel it with node js integration |
wrote this small function that does the trick, let me know
|
Hello, how i can delete( cancel) charge ?
I have 2 charge where both timeline expired. Or after some time they delete automatically?
The text was updated successfully, but these errors were encountered: