#tanguy pommellet
1 messages · Page 1 of 1 (latest)
https://dashboard.stripe.com/test/logs/req_ZRUXzbCSMyKIpu
We see the request coming as
statement_descriptor: {
0: "CONTRAT SANTE 73353"
},
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
hmm
Are you absolutely sure your code is the above?
Ok indeed when trying with "BLABLABLA" it works!
Sorry, thought it would fail for any string,
my actual code:
statement_descriptor=f"CONTRAT SANTE {contract_identifier.contract_ref}",
might come form the f-string then!
well it is clearly coming from my code, sorry for the trouble, and thanks for the support!