We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can you figure out (in the webhook on charge:confirmed) who purchased a product when using Coinbase Checkout?
charge:confirmed
As far as I know there's no way to attach metadata when creating a Checkout as you would with Charges:
metadata
metadata: { customer_id: 1, customer_username: "JohnDoe" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can you figure out (in the webhook on
charge:confirmed
) who purchased a product when using Coinbase Checkout?As far as I know there's no way to attach
metadata
when creating a Checkout as you would with Charges:The text was updated successfully, but these errors were encountered: