coinbase-commerce-node icon indicating copy to clipboard operation
coinbase-commerce-node copied to clipboard

Coinbase Commerce Node

Results 39 coinbase-commerce-node issues
Sort by recently updated
recently updated
newest added

Hello, as of right now; it is completely unsafe for payment platforms to trust merchants on payment platforms using just the api key as the authentication method with the current...

Total amount 0.018967000000000001 ETH Metamask wallets don't allow that many numbers in the payment amount, and so do a couple of other wallets, and for other coins. This is a...

The coinbase commerce API has an affordance to cancel charges this node library should support this API call. https://commerce.coinbase.com/docs/api/#cancel-a-charge This issue was previously brought up with: https://github.com/coinbase/coinbase-commerce-node/issues/38 Why would someone...

This pull request targets on adding `Cancel Charge` feature. Important use case: 1. Cancel a charge before the default timeout 2. In some manual integration, to disable user from completing...

After giving the oauth , coinbase is not redirecting to the payment charge, how to handle this??? On web , it shares the cookies but this won't happen over webview...

Is there any information on how the crypto deposit addresses are created from the 12-word seed phrase that's generated during the account creation process? I'm trying to directly access the...

I having been battling this error for weeks now, read hundreds of resources that has just proven futtile and contacted coinbase support without getting any response from them. When I...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

It seems like the `Charge` object only supports `create` and `retrieve`. https://github.com/coinbase/coinbase-commerce-node/blob/0dbab8376bc17d15669917693b7d34fffd411598/lib/Resources/Charge.js#L15-L18 Would it be possible to add `resolve` ? ```javascript await Charge.resolve('AAAAAAAA'); ```