#Bart

1 messages · Page 1 of 1 (latest)

flat forgeBOT
neon crest
#

👋

#

Yep Payment Links support ACH

undone mango
#

how can i create a ACH payment link in golang for my connected accounts?

neon crest
#

You'll specifically want to set the payment_method_types to us_bank_account if you only want a link that supports ACH

undone mango
neon crest
#

You can use adjustable quantity to allow Customers to pay what they want

undone mango
#

so i can omit the product id right

#

and just have quanitity and quanitity is in pennies correct

neon crest
#

No you must put in a Price ID

#

and set a quantity that it will start at

#

Then you set adjustable_quantity.enabled: true

#

Which allows your customers to change the quantity of that line item

undone mango
#

hmm okay sounds good ill play aroundnwith it soon

#

thank you

neon crest
#

Sure

undone mango
#

can the price ID be amnything?

#

and the quanittiy, say i want to set it to $10 usd

#

how would i do it

neon crest
#

You'll also need a Product to associate that Price to

undone mango
#

oh so.i can create a price object of 1 usd and set quanitity to 10?

neon crest
#

Yep if you want to do it that way

undone mango
#

thank you! ima test ths when i get home