GET /V1/guest-carts/:cartId/payment-information
GET /V1/guest-carts/:cartId/payment-information is a Magento 2 REST endpoint in the Checkout module. Get payment information. Callable anonymously — no Authorization header required.
Last verified: against Magento 2.4.9.
Returns
Magento\Checkout\Api\Data\PaymentDetailsInterface
Service contract
Magento\Checkout\Api\GuestPaymentInformationManagementInterface::getPaymentInformation
Authorization
Anonymous — no Authorization header required.
Path parameters
Example request
Auto-generated from the service contract — paste-ready against your store's /rest/default base. Replace the host, store code, ACL token, and any required values before running.
Headers
Path
/V1/guest-carts/{cartId}/payment-informationRelated in Checkout
Other endpoints shipped by the same module.
/V1/carts/:cartId/shipping-information
Checkout · Magento\Checkout\Api\ShippingInformationManagementInterface::saveAddressInformation
/V1/carts/:cartId/totals-information
Calculate quote totals based on address and shipping method.
Checkout · Magento\Checkout\Api\TotalsInformationManagementInterface::calculate
/V1/carts/mine/payment-information
SelfGet payment information
Checkout · Magento\Checkout\Api\PaymentInformationManagementInterface::getPaymentInformation
/V1/carts/mine/payment-information
SelfSet payment information and place order for a specified cart.
Checkout · Magento\Checkout\Api\PaymentInformationManagementInterface::savePaymentInformationAndPlaceOrder
/V1/carts/mine/set-payment-information
SelfSet payment information for a specified cart.
Checkout · Magento\Checkout\Api\PaymentInformationManagementInterface::savePaymentInformation
/V1/carts/mine/shipping-information
SelfCheckout · Magento\Checkout\Api\ShippingInformationManagementInterface::saveAddressInformation
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.