Hu. I am working with recurring billing in sandbox. I am testing the webhook of authcaptured payments, but it never fires in ARB. I don’t know when the first payment is processed in ARB, I thought it was at 2 o’clock of the next business day. But since 11/23 no payment has been processed.
11-27-2017 10:19 AM
11-27-2017 12:31 PM
My Sandbox Gateway Id is 647418.
11-27-2017 01:37 PM
Hello Ceser,
Did you subscribe to the events - authcapture while you subscribed for webhooks?
I have just tried creating the subscription, authcapture transactions and was able to get the notifications.
{
"_links": {
"self": {
"href": "/rest/v1/notifications/226fe285-6dc3-4411-a257-e0d5956dc050"
}
},
"notificationId": "226fe285-6dc3-4411-a257-e0d5956dc050",
"deliveryStatus": "Delivered",
"eventType": "net.authorize.payment.authorization.created",
"eventDate": "2017-11-28T22:16:03.913",
"webhookId": "368de58c-02aa-40cf-b8a6-d282c001b5d0"
},
Can you check whether you are able to get any other notifications here(Eg: net.authorize.customer.subscription.created)
GET - https://apitest.authorize.net/rest/v1/notifications/ ?
-Bhavana
11-28-2017 03:13 PM