I am sending metadata while initiating a transfer from a funding source to Dwolla balance, But i am unable to retrieve that metadata using /transfers /{id} API. Can you please help me in this?
/transfers/{id} Current reponse.
{
“_links”: {
“source”: {
“href”: “https://api-sandbox.dwolla.com/customers/837d4ee7-ba54-4d96-997e-5a0d8b06ab23”,
“type”: “application/vnd.dwolla.v1.hal+json”,
“resource-type”: “customer”
},
“destination-funding-source”: {
“href”: “https://api-sandbox.dwolla.com/funding-sources/53b93927-90da-4c40-b47e-0d1b22ede97c”,
“type”: “application/vnd.dwolla.v1.hal+json”,
“resource-type”: “funding-source”
},
“self”: {
“href”: “https://api-sandbox.dwolla.com/transfers/8baac341-ee40-ee11-8154-ee5b5eeb80f1”,
“type”: “application/vnd.dwolla.v1.hal+json”,
“resource-type”: “transfer”
},
“funded-transfer”: {
“href”: “https://api-sandbox.dwolla.com/transfers/8caac341-ee40-ee11-8154-ee5b5eeb80f1”,
“type”: “application/vnd.dwolla.v1.hal+json”,
“resource-type”: “transfer”
},
“source-funding-source”: {
“href”: “https://api-sandbox.dwolla.com/funding-sources/2b7e942f-0727-487d-8e03-f559ac189876”,
“type”: “application/vnd.dwolla.v1.hal+json”,
“resource-type”: “funding-source”
},
“destination”: {
“href”: “https://api-sandbox.dwolla.com/customers/9b6eaed3-5303-4a7f-8d35-960325dbad6e”,
“type”: “application/vnd.dwolla.v1.hal+json”,
“resource-type”: “customer”
}
},
“id”: “8baac341-ee40-ee11-8154-ee5b5eeb80f1”,
“status”: “processed”,
“amount”: {
“value”: “1.00”,
“currency”: “USD”
},
“created”: “2023-08-22T13:17:35.457Z”
}