cURL
curl --request GET \ --url https://api.sandbox.iron.xyz/api/customers/{id}/microdeposits \ --header 'X-API-Key: <api-key>'
[ { "amount": "<string>", "created_at": "2023-11-07T05:31:56Z", "currency_code": "<string>", "counterparty_name": "<string>" } ]
Retrieve all microdeposits for a specific customer by ID
API Key
Optional sub-partner UUID, if provided, the customer will be filtered for the sub-partner
the ID of the Customer to GET microdeposits for
GET Microdeposits Succeeded
Amount of the microdeposit
When the microdeposit was created
Currency code of the microdeposit
Name of the counterparty
Was this page helpful?