Gift Cards w/no balance and Web Payments SDK

I’ve recently upgraded from SqPaymentForms to Web Payments SDK, and am now trying to add gift cards functionality.

I may have missed this in the documentation, but how does the Web Payments SDK handle a nonce request for a gift card that has no balance?

Does the SDK automatically display a message to the user similar to when an invalid card number is entered?

@Bryan-Square or anyone else from Square - can you help me out with this?

:wave: @JM0ney The Web Payments SDK handles gift card payments similar to the SqPaymentForm and you will need to set accept_partial_authorization to true so you can add an additional payment. :slightly_smiling_face: