square / connect-csharp-sdk

C# client library for the Square Connect APIs
https://docs.connect.squareup.com/
Apache License 2.0
27 stars 25 forks source link

API for Recurring payment with Trial period #39

Closed atul-agrawal closed 7 years ago

atul-agrawal commented 7 years ago

Is there any API available for recurring payment with trial period and monthly subscription?

alecholmes commented 7 years ago

We don't currently have an API for subscriptions.

In the meantime, you could store a card on file for each customer that's billed, then charge that card on a regular basis. Refunds are also supported.