coinbase / coinbase-commerce-php

Coinbase Commerce PHP
MIT License
136 stars 156 forks source link

Sandbox mode? #7

Closed sjelfull closed 4 years ago

sjelfull commented 5 years ago

How do you make test payments?

developervariety commented 5 years ago

I would like to know this too.

jcgdjob commented 5 years ago

https://support.coinbase.com/customer/en/portal/articles/2648039-do-you-have-a-sandbox-for-testing-how-do-you-recommend-testing-my-integration-?b_id=13521

No sandbox according to Coinbase.

ghost commented 4 years ago

As I understand we have to test the ecomerce API with real transactions?

sjelfull commented 4 years ago

@baranovserhiy Correct. As far as I can tell there is no testnet option.

sjelfull commented 4 years ago

@joshuachinemezu @maksim-s @guacamoli @imeleshko What is your official policy on support/PRs here?

And particularly this question is important, and should be covered in your FAQ.

oa-coinbase commented 4 years ago

@sjelfull @baranovserhiy sorry for the massive delay, I'll be taking a look at this repo this week. Regarding support/ PRs we are working to get a handle on them, but slowly based on the resources we have available. We may expect testnet options later this year but for now I would recommend using small money to test your transactions.

oa-coinbase commented 4 years ago

I’m closing this issue because it has been inactive for a few months (granted, maintainers for this repo were in flux for a while). Please feel free to reopen it if you still have something to report or issues around testing in production, thanks!

gabrielmcv commented 3 years ago

There is any note regards this?

nobodyw commented 3 years ago

Sandbox mode always off for the php api?

IvoPereira commented 3 years ago

@oa-coinbase was there any update on the testnet for Coinbase Commerce?

I am pinging in this as you have mentioned there might be some news at the end of the previous year, 2020.

mrkeyiano commented 2 years ago

@oa-coinbase was there any update on the testnet for Coinbase Commerce?

I am pinging in this as you have mentioned there might be some news at the end of the previous year, 2020.

@oa-coinbase any update? its 2022

x011 commented 1 year ago

@oa-coinbase was there any update on the testnet for Coinbase Commerce? I am pinging in this as you have mentioned there might be some news at the end of the previous year, 2020.

@oa-coinbase any update? its 2022

I'm sure 2050 will come and nothing has changed, remember, it's coinbase...

GoekhanDev commented 1 year ago

Really disappointing.

moccajoghurt commented 1 year ago

I can't test my code, moving to another service.

alfonmga commented 1 year ago

If you've built a custom integration using our API, there are a couple ways to test your integration. To test that your service responds to webhook notifications appropriately, you can send test webhooks by visiting the settings page, scrolling down to the Webhook subscriptions section, clicking on Details next to the relevant webhook, and clicking the Send test button. Additionally, we recommend making a small purchase from your store to ensure that the end-to-end integration is working correctly.

At this time, we don't offer any test or sandbox accounts, but it's something that we’re hoping to provide in the future.

List of webhook events

charge:confirmed charge:created charge:delayed charge:failed charge:pending charge:resolved invoice:created invoice:paid invoice:payment_pending invoice:unresolved invoice:viewed invoice:voided

I hope it helps. It helped me. Invoice API docs are incomplete.