Ammar Khatri
Ammar Khatri
Hey @ShankarSinghC so here is what we wish to achieve. A customer hits an endpoint on our server and we can initiate a payment from customer to merchant (keeping in...
Thanks for guiding with the business profile. My query now looks something like this: ` curl --request POST \ --url https://sandbox.hyperswitch.io/payments \ --header 'Content-Type: application/json' \ --header 'api-key: ' \...
Thank you! @ShankarSinghC That seems to successfully complete the execution cycle but why do we break it into multiple stages when these calls can be made sequentially? Is it just...