Hello,
I have created a payment app for our retailers, where I have to implement manual payment functionality, and for that, I’ve added capture URL and void URL in extension, and also select payment method manual in retailers settings, still when we place the order and select my payment app as a checkout method then receives a request in payment API but not received in capture API,
https://shopify.dev/apps/payments/capturing-an-authorized-payment
Note: I will receive a request with “kind”:“authorization” value as a parameter which is correct as per Shopify’s document.
Please advise me on how I can Implement manual payment functionality when I will receive requests in a defined capture/void url.
Thanks in advanced