Not getting any response

Hi,
I have tried some sandbox API like creating a customer, creating a funding source ,verify micro deposits etc…, But in all API that i tried did’t get any response. (response is empty in postman)

Hi @Ajay_Dev_M – this is expected behavior. When the Dwolla API receives a POST request to create a new resource, once the resource has been successfully created, the server sends a 201 status code in response to the request.

The 201 status code is accompanied by a Location response header, which specifies the URL of the newly created resource. This allows you to easily access the new resource without having to manually construct the URL.

Hope that helps! Let us know if you have any questions!

1 Like