What method of webhook is called when paying with such code?

Vasyl_Tatarin
Contributor
Contributor

What method of webhook is called when paying with such code?
$params = [
'method' => 'paypal',
'intent' => 'sale',
'order' => [
'description' => 'Payment description',
'subtotal' => 44,
'shippingCost' => 0,
'total' => 44,
'currency' => 'USD',
'items' => [
[
'name' => 'Item one',
'price' => 44,
'quantity' => 1,
'currency' => 'USD'
]
]
]
];

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.