fabric · Capability
fabric Cart — Payments
fabric Cart — Payments. 8 operations. Lead operation: Create Payment. Self-contained Naftiko capability covering one fabric business surface.
fabric Cart — Payments is a Naftiko capability published by fabric, one of 25 capabilities the APIs.io network indexes for this provider. It bundles 8 operations across the POST and DELETE methods rooted at /v1/carts/{…}.
The capability includes 8 state-changing operations. Lead operation: Create Payment. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.
Tagged areas include Fabric and Payments.
What You Can Do
POST
Create payment
— Create Payment
/v1/carts/{cartId}/payments
POST
Delete payment attributes
— Delete Payment Attributes
/v1/carts/{cartId}/payments/{id}/actions/delete-attributes
POST
Add payment attributes
— Add Payment Attributes
/v1/carts/{cartId}/payments/{id}/actions/add-attributes
POST
Delete customer attributes
— Delete Customer Attributes
/v1/carts/{cartId}/customer/actions/delete-attributes
POST
Add customer attributes
— Add Customer Attributes
/v1/carts/{cartId}/customer/actions/add-attributes
POST
Add coupon
— Add Coupon
/v1/carts/{cartId}/coupons/{couponId}
DELETE
Removes coupon
— Removes Coupon
/v1/carts/{cartId}/coupons/{couponId}
POST
Create address
— Create Address
/v1/carts/{cartId}/addresses
MCP Tools
fabric-create-payment
Create Payment
fabric-delete-payment-attributes
Delete Payment Attributes
fabric-add-payment-attributes
Add Payment Attributes
fabric-delete-customer-attributes
Delete Customer Attributes
fabric-add-customer-attributes
Add Customer Attributes
fabric-add-coupon
Add Coupon
fabric-removes-coupon
Removes Coupon
idempotent
fabric-create-address
Create Address