Pin Payments · Capability
Pin Payments API — Customers
Pin Payments API — Customers. 11 operations. Lead operation: Create a customer. Self-contained Naftiko capability covering one Pin Payments business surface.
What You Can Do
POST
Post
— Create a customer
/v1/customers
GET
Get
— List customers
/v1/customers
GET
Get
— Retrieve a customer
/v1/customers/{customer-token}
PUT
Put
— Update a customer
/v1/customers/{customer-token}
DELETE
Delete
— Delete a customer
/v1/customers/{customer-token}
GET
Get
— List cards for a customer
/v1/customers/{customer-token}/cards
POST
Post
— Add a card to a customer
/v1/customers/{customer-token}/cards
DELETE
Delete
— Remove a non-primary card from a customer
/v1/customers/{customer-token}/cards/{card-token}
GET
Get
— List charges for a customer
/v1/customers/{customer-token}/charges
GET
Get
— List subscriptions for a customer
/v1/customers/{customer-token}/subscriptions
DELETE
Delete
— Cancel a customer subscription
/v1/customers/{customer-token}/subscriptions/{sub-token}
MCP Tools
create-customer
Create a customer
list-customers
List customers
read-only
idempotent
retrieve-customer
Retrieve a customer
read-only
idempotent
update-customer
Update a customer
idempotent
delete-customer
Delete a customer
idempotent
list-cards-customer
List cards for a customer
read-only
idempotent
add-card-customer
Add a card to a customer
remove-non-primary-card-customer
Remove a non-primary card from a customer
idempotent
list-charges-customer
List charges for a customer
read-only
idempotent
list-subscriptions-customer
List subscriptions for a customer
read-only
idempotent
cancel-customer-subscription
Cancel a customer subscription
idempotent