#Akina-payments

1 messages · Page 1 of 1 (latest)

torpid nova
#

Hi, yes we can. Do you want to use Subscription, or do you only want to charge your customer later by your own?

haughty venture
#

May i know how does it works?

#

Cause we integrate with opencart platform

#

Can you let me know how both works?

torpid nova
#

Yes. Are you using our API directly? Which guide are you following?

haughty venture
#

So for subscription

#

we can set the mechanics in terms of frequency

#

schedule

#

on our opencart backend?

#

Do we need to set anything on stripe dashboard?

#

Save a card means

#

Client put their card

#

merchant (seller) decide when to charge? not immediate?

torpid nova
#

I am not too familiar with OpenCart. Are you calling Stripe API under the hood?

#

Save a card means merchant charge the card first time, and save its information and can charge it later, not immediate. But merchant will need to decide when and how much. Subscription is the mechanics in terms of frequency, correct

haughty venture
#

Ok so merchant to decide when and how much

#

is set at stripe dashboard?

torpid nova
#

no, in your code. You will need to implement it yourself. For easier repeating schedule, I would recommend to go with Subscription

haughty venture
#

Ohhhh okok understood

#

So if subscription also have to set via coding?

torpid nova
#

You can create Subscription one by one in the Dashboard. But to avoid such a manual process and create automatically to every customer, you would want to create it in code

haughty venture
#

Okie

#

Do you have any sample/demo sites for us to see?

torpid nova
haughty venture
#

Oh i mean like test sites

#

hahaha

torpid nova
#

We don't own such a site. You can use the Github example above and try to deploy it to see