#dahan.han
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
In progress to "Test Mode". Doesn't it matter?
The ID of the last request you generated is 'req_RqdXbaGVY711gD'.
Thanks for the ID, and can you tell me more about the transfer deadline that you want to implement?
We are developing a site for the purpose of being serviced in Japan.
When a user requests payment by account transfer, the information below is displayed on the screen.
- Deposit account information
- the due date for the transfer of a deposit account
I got the account information, but I didn't get the transfer deadline information
I would like to check if it is information not provided by Stripe.
If you are using PaymentIntents API, there's no deadline as far as I know. If you are using Invoices API, then you can set a due day. https://stripe.com/docs/invoicing/bank-transfer
Thank you for your answer.
Unlike 'Payment Intes API', 'Invoices API' does not seem to be able to receive deposit account information as a return value, is that right?
You mean payment instructions? https://stripe.com/docs/invoicing/bank-transfer#payment-instructions
Yes, that’s right.
It was a question that I asked because I wanted to expose 'payment instructions' directly on the developing website.
Currently, we have obtained the following data and disclose the information to users.
- I am currently developing in JAVA.
- When creating a PaymentIntent, I specify the funding_type as bank_transfer.
- After making the request, I retrieve the data from the response (PaymentIntent.NextAction.DisplayBankTransferInstructions.FinancialAddress.Zengin) to obtain the account information and guide the user to make the transfer.
No, you can't obtain the payments intructions programmtically if you are using Invoices API