eGift card payments

Hi All
Shall we charge egift card created nonce from payment endpoint through ajax post request ?
Not using Node.js Express framework app ?
Thanks!

You need to have a backend to process the payment no matter what the payment source is (gift card, credit card, or digital wallet). That would require that you make (typically) a POST request to your backend with the nonce in order to process the payment.

You can find more info below on how Gift Card payments work and a few examples of how to set it up.

You can use any backend you want, and we have SDKs that you can use to make building that backend a lot easier. https://developer.squareup.com/docs/sdks

Thanks wootmoot for the support Thanks Again