#dahan.han

1 messages · Page 1 of 1 (latest)

rapid domeBOT
trail urchin
fluid kraken
#

In progress to "Test Mode". Doesn't it matter?

The ID of the last request you generated is 'req_RqdXbaGVY711gD'.

trail urchin
#

Thanks for the ID, and can you tell me more about the transfer deadline that you want to implement?

fluid kraken
#

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.

trail urchin
fluid kraken
#

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?

trail urchin
fluid kraken
#

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.
trail urchin
#

No, you can't obtain the payments intructions programmtically if you are using Invoices API