Update cart payment mode request schema to update payment mode by which the payment to be done to process the order, includes cart id, payment identifier, address id, merchant code, aggregator name and payment mode.
Fields
address_id
StringAddress id of the user address selected to deliver the shipment.
aggregator_name
StringAggregator name of the payment gateway.
id
StringCart id of the user cart for which the update cart payment operation performed.
merchant_code
StringMerchant code of the payment mode selected to do the payment.
payment_identifier
StringPayment identifier of the payment mode selected to do the payment.
payment_mode
StringPayment mode of the payment selected to do the payment.
Was this section helpful?