#suraj-payout

1 messages · Page 1 of 1 (latest)

lone quarry
languid remnant
#

i need to add my own description in that

lone quarry
languid remnant
#

thats about timming

lone quarry
languid remnant
#

i need to add my infomation in that,also user able to see that in their bank transaction..?

lone quarry
#

This above description is visible to the customer

languid remnant
lone quarry
languid remnant
#

var refunds = new RefundService();
var refundOptions = new RefundCreateOptions
{
PaymentIntent = paymentIntent,
RefundApplicationFee = false,
ReverseTransfer = true

        };
        var refund = refunds.Create(refundOptions);
#

am not able to add description in that..!

lone quarry
#

Stripe does not allow statement_descriptor for refunds

languid remnant
#

ok , is there any way to describe that refund or user can know about that refund ..?

lone quarry