Stripe: Retrieving a paymentIntent in Laravel?

前端 未结 0 720
南方客
南方客 2020-12-04 00:38

I am trying to get a paymentIntent to look at the charged amount. My code is:

public getIntent($paymentIntentId) 
{
  $stripe = Stripe::setApiKey(\'____\');
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题