#vasant-dhatrak_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/1270260707627368535
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- vasant-dhatrak_code, 5 days ago, 18 messages
- vasant-dhatrak_code, 6 days ago, 9 messages
"next_action": {
"display_bank_transfer_instructions": {
"amount_remaining": 3451,
"currency": "eur",
"financial_addresses": [
{
"iban": {
"account_holder_name": "Vasant Gurado",
"bic": "SOGEDEFFXXX",
"country": "DE",
"iban": "DE993443045712548538703"
},
"supported_networks": [
"sepa"
],
"type": "iban"
}
],
"hosted_instructions_url": "https://payments.stripe.com/bank_transfers/instructions/test_YWNjdF8xTm9KVVdMRGkyZ3kyZ3hvLF9RVXJLTmNvQ1Q1YlY1aTVvaDB0UGg3UnRsMW9vUjJo01000TmHZ8w3",
** "reference": "QMXQEHXZ7KHW",**
"type": "eu_bank_transfer"
},
"type": "display_bank_transfer_instructions"
},
hello! that's not possible afaik. Can you share more on why do you want to set a custom reference?
i want to share invoice no. and other details
In the hosted instructions URL and the invoice, it'll already have the Invoice number. What other details do you want to share?
like invoice period
That information would already be in the Invoice itself, which you can send a link to your customer for : https://docs.stripe.com/api/invoices/object#invoice_object-hosted_invoice_url. There's no need to explicitly update the reference with that information
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
A PaymentIntent is typically meant for a one-off payment, and wouldn't have any Invoice number or Invoice period. What invoice period and number are you referring to specifically?
my simple question is to can i add refrence parameter while creating payment intent
no, that's not possible, you cannot update or change the reference value