VTEX · Capability
VTex Payments Gateway API — Configuration
VTex Payments Gateway API — Configuration. 10 operations. Lead operation: VTex List all affiliations. Self-contained Naftiko capability covering one Vtex business surface.
What You Can Do
GET
Affiliations
— VTex List all affiliations
/v1/api/pvt/affiliations
POST
Insertaffiliation
— VTex Insert new affiliation
/v1/api/pvt/affiliations
PUT
Updateaffiliation
— VTex Update affiliation by ID
/v1/api/pvt/affiliations/{affiliationid}
GET
Affiliationbyid
— VTex Get affiliation by ID
/v1/api/pvt/affiliations/{affiliationid}
GET
Availablepaymentmethods
— VTex List all available payment methods
/v1/api/pvt/merchants/payment-systems
GET
Rules
— VTex List all payment rules
/v1/api/pvt/rules
POST
Insertrule
— VTex Insert a new payment rule
/v1/api/pvt/rules
GET
Rulebyid
— VTex Get payment rule by ID
/v1/api/pvt/rules/{ruleid}
PUT
Putrulebyid
— VTex Update payment rule by ID
/v1/api/pvt/rules/{ruleid}
DELETE
Rule
— VTex Delete payment rule by ID
/v1/api/pvt/rules/{ruleid}
MCP Tools
vtex-list-all-affiliations
VTex List all affiliations
read-only
idempotent
vtex-insert-new-affiliation
VTex Insert new affiliation
vtex-update-affiliation-id
VTex Update affiliation by ID
idempotent
vtex-get-affiliation-id
VTex Get affiliation by ID
read-only
idempotent
vtex-list-all-available-payment
VTex List all available payment methods
read-only
idempotent
vtex-list-all-payment-rules
VTex List all payment rules
read-only
idempotent
vtex-insert-new-payment-rule
VTex Insert a new payment rule
vtex-get-payment-rule-id
VTex Get payment rule by ID
read-only
idempotent
vtex-update-payment-rule-id
VTex Update payment rule by ID
idempotent
vtex-delete-payment-rule-id
VTex Delete payment rule by ID
idempotent