What will be the next step for creating an event for transfer payment
Can we test this in the sandbox because it shows on live (Once your application is approved, a webhook subscription can be created. All events relevant to your Dwolla integration will trigger a webhook and will be logged here each time they occur.)
Am I following the right step for creating webhooks for transfer payment?
Hi @Mohammad_Javed_khan – it sounds like you’re on the right track. Once your webhook-subscription is set up, all you need to do to trigger an event for a transfer is to create a transfer. This will automatically trigger events and fire off webhooks to your server where you need to validate and respond to thee webhook requests.