#paintingpicturesentertainment


Aikansh_Garg

Dec 2020

We wish to demo our prospects how we support ACH payments using Dwolla. For this, we want that we can show our prospects how they can simply process payments using our app.

Right now, after processing payments through dwolla-sandbox, we have to login to the provided sandbox account and accept the payment request there. After that, payments go ahead.

Is there a way of by-passing this manual work with some API endpoint or something?
If I can hit some URL with a post request and login isn’t needed there in sandbox or we have some magic creds which can by pass this login process?

Thanks and excited for a response! :slightly_smiling_face:

Hi @Drakogangcom, as long as you have you have your Application Key and Secret from the dashboard, you should be able to handle all transfers and actions with Dwolla via the API with no need to login to the Sandbox Dashboard again!

More specifically, if you are talking about simulating processing bank transfers in the Sandbox, then that can be done by calling this endpoint with an empty request body -

POST https://api-sandbox.dwolla.com/sandbox-simulations

More details on this endpoint can be found here in our docs - Testing ACH, RTP, P2D, and VANs Transfers in the Dwolla Sandbox | Dwolla API Documentation

Hope this helps! If you have any questions, do let us know!