#Petr
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
What do you mean by "token for auto payment services"?
we have "memberships" that require payment at intervals
we must set the interval ourselves, since it is floating
we have already done integration with other services
in them it was possible after a successful payment to receive a token for subsequent payments
is it possible for you?
step 1
sending the client to pay
step 2
customer pays for goods
step 3
we receive a token for subsequent payments
step 4
we use a token to pay for the service after a certain period of time
It seems like you need Subscriptions: https://stripe.com/docs/recurring-payments#accept-recurring-payments
Please, let me know if you have any other questions.