#cargodev_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1466588503713386663
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
could you send me the checkout session ID?
It has the prefix (cs_test_xxx or cs_live_xxx)
Yes one second
pi_3Sv5ugIG0PHzRMlg0jU9WLLY
cs_live_a1ouaiCsOes8mF3dANoaxk9vYMPhYu7Wie4nI8EfI3utcvUwj0qU0nN00R
@jagged prawn taking a look!
Thank you! The "Bank $5 back" part is the part we want to remove
Hey @jagged prawn that "Bank" payment method actually refers to Instant Bank Payments
And it's enabled, through 'link' payment method
Instant Bank Payments let your customers pay with a US bank account using Link. Unlike ACH Direct Debit, Instant Bank Payments deliver instant confirmation and faster settlement, protection from common ACH failures, and accelerated checkout
If you prefer not to have that shown, you would have to disable link altogether i.e. remove it from payment_method_types
Thank you for clarifying! It looks like settlement times for this link bank payment is different than ACH? that's wonderful news ๐
Yup! but do not that the transacations have to be below a certain amount, as called out here:
Transaction limits: Eligible transactions must be below an amount dynamically set by our risk systems. By default, Instant Bank Payments are presented only for transactions under 5,000 USD.
https://docs.stripe.com/payments/link/instant-bank-payments#eligibility
And that amount is set dynamically from our risk system
Appreciate heads up - also super helpful as we grow ๐
Are there any other payment amount volume limits of note?
surrounding either checkout sessions or invoicing products on stripe?
Are there any other payment amount volume limits of note?
It depends on the payment method that you use
e.g. if you include klarna, there is a maximum amount that customers can make
https://docs.stripe.com/payments/klarna#payment-options
So, before you enable a payment method, you should read the particular payment method docs to check on any requirements/restrictions