VTEX · Capability
VTEX Payment Processing
Workflow capability for VTEX financial and payment operations teams. Combines checkout, payments, and customer credit capabilities for finance teams, payment operations staff, and developers building payment integrations who need to manage transactions, process refunds, and monitor payment flows.
What You Can Do
POST
Create cart
— Create a new shopping cart
/v1/carts
GET
Get cart
— Get shopping cart by ID
/v1/carts/{orderFormId}
POST
Simulate order
— Simulate order for pricing and availability
/v1/order-simulation
GET
List transactions
— List payment transactions
/v1/transactions
GET
Get transaction
— Get transaction by ID
/v1/transactions/{transactionId}
POST
Create refund
— Create a refund for a transaction
/v1/transactions/{transactionId}/refunds
MCP Tools
create-cart
Create a new VTEX shopping cart for a customer
get-cart
Get current state of a VTEX shopping cart including items, prices, and shipping options
read-only
idempotent
simulate-order
Simulate a VTEX order to check real-time pricing, shipping costs, and item availability
read-only
list-transactions
List VTEX payment transactions with pagination
read-only
idempotent
get-transaction
Get full details of a VTEX payment transaction including status and amounts
read-only
idempotent
create-refund
Create a refund for a completed VTEX payment transaction
APIs Used
vtex-checkout
vtex-payments