onRequestOrder

abstract fun onRequestOrder()

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.

You should eventually call GiftCardComponent.resolveOrderResponse with a com.adyen.checkout.components.core.OrderResponse that you will receive in the response of the API call.

See https://docs.adyen.com/api-explorer/ for more information on the API documentation.