#binod-help
1 messages · Page 1 of 1 (latest)
After purchasing using stripe (iDeal) my client get these details
these are basically transaction info
can we customize these message?
??
please don't share information such as bank accounts on this channel
which specific message/line are you referring to? Please redact any sensitive information before sharing screenshots
okay, im basically asking can I customize transaction info?
after I purchase from Ideal payment, there are some info as transaction
the only information that you may possibly be able to customize is the statement descriptor. However, it also partially depends on what the customer's bank chooses to display in their bank statement.
is there any params or configs I can setup? or bank automatically generates it?
you can take a look at this guide : https://stripe.com/docs/statement-descriptors
documentation says, dynamic suffix is only supported for card payment
what about bank payments like iDeal?
For non-card charges, you can set the complete statement descriptor on the charge with the statement_descriptor value.
Hi @wary elbow I'm taking over this thread
It takes string, kindly refer to the API reference https://stripe.com/docs/api/payment_intents/object#payment_intent_object-statement_descriptor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay thanks, I will give it a try.