#sudhanshu4365

1 messages · Page 1 of 1 (latest)

radiant heathBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rotund sparrow
#

Be helpful if you shared the error

dusty sentinel
#

invalid_request_error - mandate_data[customer_acceptance][online]

rotund sparrow
dusty sentinel
#

req_wRcNeXvsvR43oa

rotund sparrow
#

Error seems pretty verbose:

{
  error: {
    message: "Invalid object",
    param: "mandate_data[customer_acceptance][online]",
    request_log_url: "https://dashboard.stripe.com/test/logs/req_wRcNeXvsvR43oa?t=1708083273",
    type: "invalid_request_error",
  },
}
dusty sentinel
#

any example?

#

like how exactly to hash online

nova ingot
#

a hash means an object in PHP, like [ ...]

dusty sentinel
#

aahh okay i thought hash the encryption

nova ingot
#

no it's hash as in hashmap, as in key-value store, as in object

#

"online" => ["ip_address"=>"52.51.40.39" , "user_agent"=>"Chrome v100"] etc.

dusty sentinel
#

okay okay

#

Your account is not configured to allow passing mandate_data directly when confirming PaymentIntents for Bacs Direct Debits. getting this error now

nova ingot
#

yep, you have to use Checkout or PaymentElement for BACS.

dusty sentinel
#

can't use with api?

nova ingot