#vasant-dhatrak_api

1 messages ¡ Page 1 of 1 (latest)

last tuskBOT
sonic lintelBOT
#

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.

last tuskBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1255773423880114196

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

autumn thistle
#

in previous source api returns bank name

but in current paymentintent api not return bank name

#

bank name i want to print on invoice

devout saddle
autumn thistle
#

you understand my problem ?

#

i think not

devout saddle
#

Taking a look

autumn thistle
#

ok let me know

devout saddle
#

pm_1PU1ERLDi2gy2gxorhApqQio for instance. Can you try this?

autumn thistle
devout saddle
#

Yes, but you're asking how to attain the bank name.. is that right?

autumn thistle
#

yes because in old source api bank name is available in response

#

but now source api is going to deprecate

autumn thistle
# devout saddle It looks like you're using bank transfers, https://docs.stripe.com/payments/bank...

Fatal error: Uncaught Error sending request to Stripe: (Status 404) (Request req_S4P86RKvjpImAS) No such PaymentMethod: 'pm_1MqLiJLkdIwHu7ixUEgbFdYF'; It's possible this PaymentMethod exists on one of your connected accounts, in which case you should retry this request on that connected account. Learn more at https://stripe.com/docs/connect/authentication Stripe\Exception\InvalidRequestException: No such PaymentMethod: 'pm_1MqLiJLkdIwHu7ixUEgbFdYF'; It's possible this PaymentMethod exists on one of your connected accounts, in which case you should retry this request on that connected account. Learn more at https://stripe.com/docs/connect/authentication in C:\wamp64\www\stripe_payment_gateway\vendor\stripe\stripe-php\lib\Exception\ApiErrorException.php:38 Stack trace: #0 C:\wamp64\www\stripe_payment_gateway\vendor\stripe\stripe-php\lib\Exception\InvalidRequestException.php(35): Stripe\Exception\ApiErrorException::factory('No such Payment...', 404, '{\n "error": {\n...', Array, Object(Stripe\Util\CaseInsensitiveArray), 're in C:\wamp64\www\stripe_payment_gateway\vendor\stripe\stripe-php\lib\Exception\ApiErrorException.php on line 38

devout saddle
#

Are you using the API key from acct_1NoJUWLDi2gy2gxo?

autumn thistle
#

yes you want ?

devout saddle
#

No

#

Can you try retrieving this pm_1PU1ERLDi2gy2gxorhApqQio?

autumn thistle
#

in source api
[sepa_credit_transfer] => Stripe\StripeObject Object
(
[bank_name] => Banking Circle
[bic] => SXPYDEHH
[iban] => DE25202208000022655040
[refund_account_holder_address_city] =>
[refund_account_holder_address_country] =>
[refund_account_holder_address_line1] =>
[refund_account_holder_address_line2] =>
[refund_account_holder_address_postal_code] =>
[refund_account_holder_address_state] =>
[refund_account_holder_name] =>
[refund_iban] =>
)

return in response

autumn thistle
# devout saddle Can you try retrieving this pm_1PU1ERLDi2gy2gxorhApqQio?

Stripe\PaymentMethod Object
(
[id] => pm_1PU1ERLDi2gy2gxorhApqQio
[object] => payment_method
[allow_redisplay] => unspecified
[billing_details] => Stripe\StripeObject Object
(
[address] => Stripe\StripeObject Object
(
[city] =>
[country] =>
[line1] =>
[line2] =>
[postal_code] =>
[state] =>
)

        [email] => 
        [name] => 
        [phone] => 
    )

[created] => 1718952359
[customer] => 
[customer_balance] => Array
    (
    )

[livemode] => 
[metadata] => Stripe\StripeObject Object
    (
    )

[type] => customer_balance

)

devout saddle
#

I was able to confirm this with a teammate that we do not support surfacing the bank deatils on any of the related objects of the payment intent.

autumn thistle
#

how we can solve this issue

devout saddle
#

Is this a regulatory requirement?

#

There is not a work around

sonic lintelBOT