#Juan Pablo Martínez
1 messages · Page 1 of 1 (latest)
howdy
hey there can you share an example source ID that you expect to become chargeable?
Have you tested your integration in test mode first?
This looks like the customer has not yet sent any funds, but since it was created today that would be expacted. It can take a few days to arrive.
https://stripe.com/docs/sources/ach-credit-transfer
This means your customer must take action to send funds to you, which can take a few days to arrive
Perhaps, what are you trying to do, exactly?
mnnn
i have a doubt
is it possible to make a subscription by using ach credit transfer?
In my testing yes you can do that. Is something not working for you?
yes
The price specified is set to type=recurring but this field only accepts prices with `type=one_time
when i try to create an invoice item
Can you share an example request that is failing?
https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
like req_123123
yes, req_doKK7P7MEwJF09
Ok this is because you are populating line items for a manual one-off invoice
ok, what should i do?
If you want to create a recurring subscription you need to use the Subscriptions API:
https://stripe.com/docs/api/subscriptions/create
You'd pass that price in one of the items there
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Here's a guide you can follow to do this, too: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements