How do I transfer to myself?

I’m looking at “initiate a transfer”

https://docs.dwolla.com/#initiate-a-transfer

I want to request a certain amount to be transferred to “Bank - Superhero Savings Bank” in the test environment.

How do I do that?

  '_links' => [
    'source' => [
      'href' => 'I CAN GET THIS WHEN I ADD A FUND SOURCE',
    ],
    'destination' => [
      'href' => 'WHAT SHOULD THIS BE?
    ]
  ],

@milotimbol, Assuming you’re transferring funds into your own Dwolla account balance from your bank you’ll want to locate the funding source URL that identifies your balance by calling this endpoint. That will give you back a list of funding sources, which includes your balance funding source. This URL that identifies the balance will be used as the destination of the transfer.