You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tied PayPal webbooks to a GCP Cloud Function
Whenever the function is called, it saves the state to Firestore, and then on the client side I have logic to deal with it
Is there a chance that this is SDK or that another NPM module will export the type definitions used by webhooks so that I can import them on the client side?
The text was updated successfully, but these errors were encountered:
The SDKs are currently in a Beta stage, and we're focusing on a smaller subset of the APIs to allow us to make changes, iterate, and improve quickly. We do however plan to support additional endpoints and functionality within the SDK, including Webhooks, along with associated types for languages such as Typescript.
We do not currently have an ETA on when these features will be available, but are happy to leave this issue open to gauge interest in the Webhooks API so we can assess the needs of developers and merchants.
I tied PayPal webbooks to a GCP Cloud Function
Whenever the function is called, it saves the state to Firestore, and then on the client side I have logic to deal with it
Is there a chance that this is SDK or that another NPM module will export the type definitions used by webhooks so that I can import them on the client side?
The text was updated successfully, but these errors were encountered: