#jurica_20131

1 messages · Page 1 of 1 (latest)

stray houndBOT
last hinge
#

hi there!

split cape
#

hi!

last hinge
split cape
#

Programming language I am using is go - and I am checking docs in go sdk

#

there are max 4 custom fields ?

last hinge
#

there are max 4 custom fields ?
correct

split cape
#

so 4 rows ? 4 pars of name and value , right ?

last hinge
#

yes

split cape
#

my customers can potentially have thousands of "sub customers" . is there any way to do this that is not limited in terms of number of characters ?

last hinge
#

no sorry. if you need more customization, then maybe you should generate your own Invoice

split cape
#

Ok, thank you. Can you plz point me to the docs on how to generate my own invoice ?

stray houndBOT
echo wolf
#

there aren't really Stripe docs, it's more like you would write your own application logic to generate PDFs with all the information you need, and can read fields from the existing Stripe Invoice API object to populate part of it.

split cape
#

How does that integrate with Stripe ? Would I need to upload that invoice to Stripe then, or in that case we are completely bypassing Stripe ?

echo wolf
#

the latter

#

like you can use Stripe for the payment processing and use the Invoice API etc, but you disable our sending of emails/PDFs to the customer, and instead build that part yourself