GET /V1/carts/mine/payment-information
GET /V1/carts/mine/payment-information is a Magento 2 REST endpoint in the Checkout module. Get payment information. Requires a customer or admin Bearer token (whichever owns the resource).
Last verified: against Magento 2.4.9.
Returns
Magento\Checkout\Api\Data\PaymentDetailsInterface
Service contract
Magento\Checkout\Api\PaymentInformationManagementInterface::getPaymentInformation
Authorization
Self — a customer Bearer token (when the caller owns the resource) or an admin token both work.
Query 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/carts/mine/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
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
/V1/carts/mine/totals-information
SelfCalculate quote totals based on address and shipping method.
Checkout · Magento\Checkout\Api\TotalsInformationManagementInterface::calculate
Every Magento dev tool, in one hosted workspace.
Free to sign up. Nothing to install. Drafts, audits, and projects saved across every tool.