#nachofranco14

1 messages · Page 1 of 1 (latest)

willow pawnBOT
storm sierra
#

Hi there

#

Hmm so do you want to receive the wire prior to actually starting the subscription?

#

Or you are okay with starting the subscription and then receiving the wire?

young perch
#

it's okay with option 2 I guess

#

I'm not sure

#

just investigating if it would be possible

storm sierra
#

Gotcha, then in that case you mostly just want to create a Subscription with the send_invoice collection method and set ach_credit_transfer as the payment_settings.payment_method_types

#

This will start a Sub and send an invoice to the customer with details for where they should send the wire

young perch
#

then the wire will arrive and be automatically registered in that subscription, right?

storm sierra
#

Correct

#

It will automatically be reconciled to the invoice provided the customer sends the correct amount

young perch
#

and then how can I change it to a nromal subscription with sepa_direct_debit as payment method?

#

like: 1k upfront and starting from the following month, 100 eur

storm sierra
#

Well you would need to collect a SEPA Debit Payment Method

#

You could do that by updating the payment_method_types for the Subscription so that the next invoice uses SEPA Debit instead of sepa_credit_transfer

#

Then after you have collected the SEPA Debit PM you can update the Sub to charge_automatically

#

So that it will just charge that collected debit PaymentMethod going forward

young perch
#

awesome

storm sierra
#

You can test this all out using Test CLocks

young perch
#

thank you, you have been really helpful

#

cool

storm sierra