#hammam6148

1 messages · Page 1 of 1 (latest)

wide muralBOT
last stratus
#

Not sure I completely understand your question. Can you elaborate?

knotty fern
last stratus
#

Can you share the payment intent ID in text?
pi_xxx

knotty fern
#

pi_3Nb1x7LNyUMk5XGh0fDbf6ym

wide muralBOT
jovial elbow
#

Hi I want to call webhook but i am not getting "$_SERVER['HTTP_STRIPE_SIGNATURE']" and $payload = @file_get_contents('php://input'). these parameter values.

#

$response = \Stripe\Webhook::constructEvent(
$payload, $_SERVER['HTTP_STRIPE_SIGNATURE'], $endpoint_secret
);

dusky agate
#

@jovial elbow please message in the main channel so we can start a separate thread for you

knotty fern
#

const elements = api.elements();
const prButton = elements.create('paymentRequestButton',
{
paymentRequest: this.walletPaymentRequest
});

#

private async confirmCardPayment(
clientSecret:string,
paymentMethodeId:string
):Promise<PaymentIntentResult>
{
const api = await this.getApi();
return await api.confirmCardPayment(clientSecret,
{
payment_method: paymentMethodeId
},
{
handleActions: false
});
}

#

i need the payment Intent to bekomme the client secret