#w_ducky
1 messages · Page 1 of 1 (latest)
You can't disable card payment for PaymentLinks
How can I accept payments with stripe with only cash app pay?
You can, but only when you create them via the API: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
great thanks