PostPaymentCollections
Generate payment collections for carts during checkout, storing payment sessions securely. Integrates with Medusa MCP Server for streamlined transaction management.
Instructions
Create a payment collection for a cart. This is used during checkout, where the payment collection holds the cart's payment sessions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"fields": {
"type": "string"
}
},
"type": "object"
}