#jitendra

1 messages · Page 1 of 1 (latest)

radiant heronBOT
spark lichen
#

Hi there, can you share with us the request ID?

slow juniper
#

Request id: req_WYL43s4E2xdAQT

#

this is from test account

spark lichen
slow juniper
#

ok let me try, however i have saved sepa details using createPaymentMethod api

#

stripe.paymentMethods.create
and then attach payment method to customer
stripe.paymentMethods.attach

radiant heronBOT
slow juniper
#

We are taking mandate manually from customers using digital signature.

low hornet
slow juniper
#

if i select offline option then what should i pass in below object? i can't see any child params
mandate_data.customer_acceptance.offline

low hornet
#

If your customer is present to confirm the mandate, why you would set it to offline?

slow juniper
#

we are sending an form to customers and they are giving back that form

#

ok now i have send blank object mandate_data.customer_acceptance.offline and it's working fine

#

i have two case which i can't understand

  1. Suppose i have taken payment of 100$ and this payment i have transferred to connected a/c
  2. Now if customer dispute this payment then 100$ should be deduct from my connected a/c and Stripe disputed charges (suppose 10$) should be deduct from platform balance.

how can i achieve this?
i have created custom connected a/c and also set debit_negative_balance: true

low hornet