#suraj-payout
1 messages · Page 1 of 1 (latest)
i need to add my own description in that
Hello, please find the duration of when payout occurs according to the different countries: https://stripe.com/docs/payouts#payout-speed
thats about timming
The description can be set within the Payout object's description https://stripe.com/docs/api/payouts/create#create_payout-description
i need to add my infomation in that,also user able to see that in their bank transaction..?
This above description is visible to the customer
thats fine for charge and payout, what for refund ..?
There is also a description field for the refund object that takes a string and displays to customers https://stripe.com/docs/api/refunds/object#refund_object-description
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..!
Hello Suraj, my apologies, if you would like a particular description to display on the bank statement, for the relative payout and charge fields they are: https://stripe.com/docs/api/payouts/create#create_payout-statement_descriptor
and
https://stripe.com/docs/api/charges/create#create_charge-statement_descriptor
Stripe does not allow statement_descriptor for refunds
ok , is there any way to describe that refund or user can know about that refund ..?
There is ARN you can refer to for the specific refund https://support.stripe.com/questions/how-to-trace-a-refund-using-arns-and-stans