#zorid - checkout

1 messages · Page 1 of 1 (latest)

edgy remnant
#

Can you explain what you want to change exactly? Or provide an example of the result you want to achieve?

keen island
#

When a payment comes in from Stripe Checkout of $25 it has a description like "pi_3KRNk6HXVoHtRnTh1iTWmLBl" I would like this to say like Registration Fee so those on our back end know what this payment is for

#

I use to have payments come in from a built in system through our Forms Company but they wouldn't accept PAD's so I had to build my own but theres would come through with a nice description

edgy remnant
keen island
#

so it would would like this?

#

'payment_intent_data.description'=> 'Registration Fee'

edgy remnant
#

I think you'd need to do 'payment_intent_data' => ['description' => 'Registration Fee'] in PHP, but generally yes

keen island
#

Awesome Thank you for the help!