Dwolla wallet to wallet failure

@shreya

I am receiving dwolla email and I am worried about subject of email.

It’s showing TEST(UAT): before email subject. I don’t want this. I want plain subject like NXLVL Add to Balance Completed.

Attaching screenshot for your reference.

@shreya Also can you please disable email notification for below two sandbox account? As of now we are not using email notification. And we have tested our scenarios for email notifications.

  1. dave+sandbox@nxlvl.app
  2. dave+sandbox2@nxlvl.app

@shreya In dwolla drop in components, while creating personal verified customer one UI form is opening. In which Date Of Birth field is there. On click Date of birth field calendar is not opening and we have to manually enter DOB. Is it possible to open calendar?

Hi @sanjay-cygnet – Thanks for the update. I’ve turned off operational-notifications for those accounts.

The TEST(UAT): before the subject only applies to Sandbox emails! In production you will see only the Subject line directly.

I’m afraid the DOB field that we have in the form only accepts a text input and not a date input.

Hi @shreya

Create customer drop in not opening date picker on click birth date. Please help here.

Another, Is there any failure on delete bank funding source?

Hi @sanjay-cygnet – the DOB field is a text input and will not open a data picker.

On your second question, would you mind elaborating further? Are you running into an error when removing a funding-source?

No, not getting error, but want to know outcome.

You should be able to test the outcome in Sandbox by removing a funding-source. Here’s our API reference for funding-source removal - Remove a Funding Source | Dwolla API Documentation

Hi @shreya I am adding bank funding source by USA routing number from FRB Services - All Services.

But dwolla sandbox only allow Checking type. I want to add a bank as Savings type. Can you provide the routing number, acc number to add bank as a Savings type?

Hi @sanjay-cygnet – we allow both checking and savings type accounts. You would just need to supply the value “savings” in the “bankAccountType” field when creating a funding-source, like so:

{
  "routingNumber": "222222226",
  "accountNumber": "123456789",
  "bankAccountType": "savings",
  "name": "Jane Doe’s Savings"
}

Hi @shreya Thanks for sharing, it was issue of saving and savings.

Can you please increase a transaction limit to up to 20,000 for below my sandbox accounts?

  1. dave+sandbox@nxlvl.app
  2. dave+sandbox2@nxlvl.app

Hi @sanjay-cygnet – I gotcha. The limits have been updated!

Thanks.

Hi @shreya

Can we add tooltip or Note behind drop in filed of create personal verified customer?

Hi @sanjay-cygnet – You can modify the styles of existing elements, but I’m afraid adding new elements isn’t supported in the drop-in component.

I can note this is as a feedback though. Was there a specific field you were looking to add a tooltip for? Or just any field in general?

Any field.

Few suggestions:

  • Dwolla drop in can allow tooltip and note label to any fields.
  • Dwolla drop in can allow custom field validation, e.g currently dwolla allow enter characters in DOB, also it’s accept a email as test@j that is not valid email format.

Noted! Thank you @sanjay-cygnet!

Hi @shreya Please increase transaction limit for dave+sandbox3@nxlvl.app account. Please allow max 50,000 $ limit.

Hi @sanjay-cygnet – the transaction limit has been increased to $50k for outgoing transfers from your account, Verified Customer and Unverified Customers!

1 Like

Hi @shreya
Hope you are doing well.

I want to split payment among four parties via wallet to wallet transfer.

  • Buyer buy item in 100 $.
  • 5% fees, means 5 $ goes to dwolla master account wallet.
  • Primary seller, 10%, means 10 $ should credit to wallet
  • Secondary seller, remaining 90 $ credit to wallet.

Can achieve this use case? If yes? Can you share documents or share example?

I refer https://www.dwolla.com/features/mass-payments/ mass payment option but it will be helpful for ACH transactions only. Correct me if I am wrong.

Thanks.