#PetroKok-Payment

1 messages · Page 1 of 1 (latest)

restive heron
#

You could hold a Payment but not longer than 7 days by Capture it later

hollow violet
#

If I got right it's not possible to by using stripe?

restive heron
#

Yes, but what do you want to achieve actually? You can save a Card Information and charge it later by using SetupIntent

hollow violet
#

The client's website is for sellers that selling goods and he wants to have the possibility to confirm the payment when the seller creates the order and chooses some period that the customer will be charged (in 2 weeks., in 1+ month) and the customer must be charged after this period automatically or by using some "cron job" on our end.

restive heron
#

I see, there is actually a workaround: You can hold an authorization for 7 days, then when reaching the time you can create a new authorization before releasing the old one.

hollow violet
#

Even if there are 3d secure and without contacting customer?

restive heron
hollow violet
#

I will try, thanks

hollow violet
#

Can I provide an amount to the subscription instead of price id?