# Verify Micro Deposit drop-in, escaping

**URL:** https://discuss.dwolla.com/t/verify-micro-deposit-drop-in-escaping/9137
**Category:** General
**Created:** [September 6, 2023, 9:27pm UTC](https://discuss.dwolla.com/t/verify-micro-deposit-drop-in-escaping/9137 "2023-09-06T21:27:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![David\_Marginian](https://sea2.discourse-cdn.com/dwolla/user_avatar/discuss.dwolla.com/david_marginian/32/3958_2.png) [@David\_Marginian](https://discuss.dwolla.com/u/David_Marginian)
#### Post date: [September 6, 2023, 9:27pm UTC](https://discuss.dwolla.com/t/verify-micro-deposit-drop-in-escaping/9137/1 "2023-09-06T21:27:08Z")

</div>

It looks like there is some sort of encoding issue in the title of the verify micro deposit drop-in, the end result is a funky display for the end-user.

 ![Screenshot 2023-09-06 at 3.24.51 PM](https://global.discourse-cdn.com/dwolla/original/2X/e/ef521418a87da3d4af993455e889d75ee1a69671.png)

I am using Angular, my code, nothing fancy going on:

```auto
@Component({
  selector: 'app-micro-deposits',
  template: `
          ...
          <dwolla-micro-deposits-verify customerId="{{data.achCommerceId}}"
                                        fundingSourceId="{{data.fundingSource.id}}"></dwolla-micro-deposits-verify>
  `,
  styleUrls: ['./micro-deposits.component.scss']
})

```

```auto
dwolla.configure({
      environment,
      styles: "/assets/dwolla-styles.css",
      token: (req) => Promise.resolve(this.dwollaAPIToken(req))
});

```

Any thoughts?

---

<div class="post-metadata">

### Author: ![David\_Marginian](https://sea2.discourse-cdn.com/dwolla/user_avatar/discuss.dwolla.com/david_marginian/32/3958_2.png) [@David\_Marginian](https://discuss.dwolla.com/u/David_Marginian)
#### Post date: [September 7, 2023, 11:34am UTC](https://discuss.dwolla.com/t/verify-micro-deposit-drop-in-escaping/9137/2 "2023-09-07T11:34:33Z")

</div>

This encoded string got into the dwolla-web.js I was including. I fixed it there, issue resolved.

---

<div class="post-metadata">

### Author: ![shreya](https://sea2.discourse-cdn.com/dwolla/user_avatar/discuss.dwolla.com/shreya/32/2154_2.png) [@shreya](https://discuss.dwolla.com/u/shreya)
#### Post date: [September 7, 2023, 3:48pm UTC](https://discuss.dwolla.com/t/verify-micro-deposit-drop-in-escaping/9137/3 "2023-09-07T15:48:19Z")

</div>

Glad you got is resolved! Thanks for the update, @David_Marginian.

---

<div class="post-metadata">

### Author: ![system](https://global.discourse-cdn.com/dwolla/original/2X/1/1b70808226fb9abeaaf7386224caffb453efb690.png) [@system](https://discuss.dwolla.com/u/system)
#### Post date: [September 5, 2024, 9:27pm UTC](https://discuss.dwolla.com/t/verify-micro-deposit-drop-in-escaping/9137/4 "2024-09-05T21:27:17Z")

</div>

This topic was automatically closed after 365 days. New replies are no longer allowed.
