#wayo-ach-verification

1 messages · Page 1 of 1 (latest)

pale saddleBOT
stoic sky
#

I believe a successful sign-in validates the account.

golden drum
near wagon
#

correct, you don't need to do anything else

#

wayo-ach-verification

golden drum
#

If instant verification fails, can micro deposits be successful?

near wagon
#

yes

#

it depends on the bank and what they support

golden drum
#

Thanks!

#

I use subscriptions with a set amount to take payments. I was wondering if there was a way to use subscriptions but have the customer choose the amount they want to pay. Or what options do I have?

near wagon
#

Yes this is all possible! You would ask them how much to pay and then create a Price for that specific amount/currency and then subscribe them to this Price

golden drum
#

So I would just need to update the payment intent field amount ? The PI should be tied to subscriptions, I believe.

near wagon
#

no not at all. You would need to do what I described

#

A PaymentIntent has no Price, it's just an amount, and it doesn't do anything recurring.

#

What you need to do is control the Price associated with the Subscription when you create it

golden drum
#

This would work with a different amount each time they pay?

near wagon
#

I don't know what that means, please try to be descriptive with concrete examples of what they pay when. But it's quite uncommon to have a subscription monthly where you change the amount to pay each month

golden drum
#

I realized it's uncommon so I was wondering if possible at all. But basically the customer will be able to pay what they want each time they want to make a payment.

near wagon
#

then yes it's possible if you handle this yourself, either for each payment or changing the Price each month

golden drum
#

I see price is an object and is part of the subscription object inside items property. So we just update the property unit_amount inside the Subscription object?

near wagon
#

no that's not at all how Subscriptions work unfortunately

#

you don't just change an amount. A Subscription has one or multiple Price(s) objects associated with it, and you need to move the Subscription to a new Price object. So they are on Price price_A for $10/month and if next month they want to donate $27/month then you create Price price_B for $27/month and then you switch it to that Price

golden drum
#

We would add another Price object by appending it to the data property inside the items property?

How do we "switch it to that Price"?

near wagon