#munlightshadow

1 messages · Page 1 of 1 (latest)

dapper coveBOT
lunar geyser
#

you would use the Refunds API(which accepts an amount) to return funds to the customer(what you call client)

karmic prairie
#

you mean this?
$stripe->refunds->create(['payment_intent' => 'pi_Aabcxyz01aDfoo', 'amount' => 1000]);

lunar geyser
karmic prairie
#

for return part money?

lunar geyser
#

yes