[Coinbase Pay SDK] "generateOnRampURL" approach - no callbacks?
Open
- Dominant language
- TypeScript
- Stars
- 355
- Forks
- 166
- PR merge metrics
- No merged PRs in 30d
Description
Following the integration of Coinbase Pay, you can have more control over the implementation when opting for https://docs.cloud.coinbase.com/pay-sdk/docs/generating-url approach, where SDK generates proper URL and dapp decides how & where to trigger it.
Thats working fine as per minimal example here (insert your own “appId” key): https://codesandbox.io/s/cbpay-generate-url-hgltww
However according to https://docs.cloud.coinbase.com/pay-sdk/docs/generating-url#parameters-for-generateonrampurl - with this approach no callbacks can be passed. How dapp is supposed to know that Coinbase experience has finished / succeeded / cancelled etc?
Can you advise?
Contributor guide
Assessment
This issue has not been assessed yet.