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
Trying to setup my backend to use this properly and had to use ChatGPT to try and get a decent understanding of how things flow and piece together something that kinda works.
Its rather difficult to work with the docs as it doesn't specify where things are included from. Some of the examples in the docs also don't seem to function as they should either.
Requesting examples on how to make these routes
POST /create-payment
GET /success
POST /refund
POST /webhook
I've already gotten my frontend working as intended with these routes and from my understanding I've already correctly managed to piece together the client. I'm going to include it here just to be sure given the issues currently with trying to understand the docs
Trying to setup my backend to use this properly and had to use ChatGPT to try and get a decent understanding of how things flow and piece together something that kinda works.
Its rather difficult to work with the docs as it doesn't specify where things are included from. Some of the examples in the docs also don't seem to function as they should either.
Requesting examples on how to make these routes
POST /create-payment
GET /success
POST /refund
POST /webhook
I've already gotten my frontend working as intended with these routes and from my understanding I've already correctly managed to piece together the client. I'm going to include it here just to be sure given the issues currently with trying to understand the docs
The text was updated successfully, but these errors were encountered: