Need help creating push to debit customer and adding the actual information into java schema. please guide me

please give some feed back

Hi @Chandra_Wilson

In order to create a Push To Debit transaction, you will need to first create a Customer. Check out our docs to understand which Customer type fits your use case the best - Customer Types in the Dwolla API | Developer Tools | Dwolla

Once you create a Customer, you can then attach a Card funding-source for that Customer. Here’s our step-by-step guide - Add a Debit Card Using Dwolla-cards.js | Dwolla API Documentation

Finally you can create a transfer to the Card from your Dwolla Balance.
Debit Cards | Dwolla API Documentation,
Initiate a Transfer | Dwolla API Documentation

Hope that helps! Let me know if you have any specific questions related to any of the above steps! To get you up and running in your Java app, you can utilize out Kotlin SDK for making calls to the API - Kotlin SDK | Dwolla API Documentation