Pin Payments · Capability
Pin Payments API — Charges
Pin Payments API — Charges. 7 operations. Lead operation: Create a charge. Self-contained Naftiko capability covering one Pin Payments business surface.
What You Can Do
POST
Post
— Create a charge
/v1/charges
GET
Get
— List charges
/v1/charges
GET
Get
— Search charges
/v1/charges/search
GET
Get
— Verify a 3D Secure result
/v1/charges/verify
GET
Get
— Retrieve a charge
/v1/charges/{charge-token}
PUT
Put
— Capture a previously authorized charge
/v1/charges/{charge-token}/capture
PUT
Put
— Void an authorized charge
/v1/charges/{charge-token}/void
MCP Tools
create-charge
Create a charge
list-charges
List charges
read-only
idempotent
search-charges
Search charges
read-only
idempotent
verify-3d-secure-result
Verify a 3D Secure result
read-only
idempotent
retrieve-charge
Retrieve a charge
read-only
idempotent
capture-previously-authorized-charge
Capture a previously authorized charge
idempotent
void-authorized-charge
Void an authorized charge
idempotent