Stripe Payment Method API — Payment Methods
Stripe Payment Method API — Payment Methods. 6 operations. Lead operation: Payment Methods. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of PaymentMethods for Treasury flows. If you want to list the PaymentMethods attached to a Customer for payments, you should use the List a Customer’s PaymentMethods AP
Creates a PaymentMethod object. Read the Stripe.js reference to learn how to create PaymentMethods via Stripe.js.
Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a payment method attached to a Customer, you should use Retrieve a Customer’s PaymentMethods
Updates a PaymentMethod object. A PaymentMethod must be attached a customer to be updated.
Attaches a PaymentMethod object to a Customer.
Detaches a PaymentMethod object from a Customer. After a PaymentMethod is detached, it can no longer be used for a payment or re-attached to a Customer.
MCP Tools
p-returns-list-paymentmethods-treasury-flows
Returns a list of PaymentMethods for Treasury flows. If you want to list the PaymentMethods attached to a Customer for payments, you should use the List a Customer’s PaymentMethods AP
p-creates-paymentmethod-object-read-href
Creates a PaymentMethod object. Read the Stripe.js reference to learn how to create PaymentMethods via Stripe.js.
p-retrieves-paymentmethod-object-attached-stripeaccount
Retrieves a PaymentMethod object attached to the StripeAccount. To retrieve a payment method attached to a Customer, you should use Retrieve a Customer’s PaymentMethods
p-updates-paymentmethod-object-paymentmethod-must
Updates a PaymentMethod object. A PaymentMethod must be attached a customer to be updated.
p-attaches-paymentmethod-object-customer-p
Attaches a PaymentMethod object to a Customer.
p-detaches-paymentmethod-object-customer-after
Detaches a PaymentMethod object from a Customer. After a PaymentMethod is detached, it can no longer be used for a payment or re-attached to a Customer.