GiftCardComponentCallback
Implement this callback to interact with a GiftCardComponent.
Functions
Link copied to clipboard
Link copied to clipboard
In this method you should make a network call to the /paymentMethods/balance endpoint of the Checkout API through your server. This method is called right after the user enters their partial payment method details and submits them.
Link copied to clipboard
Link copied to clipboard
open fun onPermissionRequest(requiredPermission: String, permissionCallback: PermissionHandlerCallback)
Link copied to clipboard
In this method you should make a network call to the /orders endpoint of the Checkout API through your server. This method is called when the user is trying to pay a part of the amount using a partial payment method.
Link copied to clipboard
Link copied to clipboard