Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Midaz
cURL
curl --request GET \ --url https://plugin-pix-indirect.api.lerian.net/v1/dict/funds-recoveries/{funds_recovery_id}/refunds \ --header 'Authorization: Bearer <token>'
{ "refunds": [ { "analysisResult": "<string>", "bacenFundsRecoveryId": "ca1b9c01-ff9e-4a58-90ab-d31512e15ce0", "contestedParticipant": "87654321", "creationTime": "2023-11-07T05:31:56Z", "fundsRecoveryId": "550e8400-e29b-41d4-a716-446655440000", "id": "550e8400-e29b-41d4-a716-446655440000", "lastModified": "2023-11-07T05:31:56Z", "refundAmount": "100.50", "refundReason": "FRAUD", "refundTransactionId": "<string>", "requestingParticipant": "12345678", "status": "OPEN", "transactionId": "E12345678202411241430ABCDEFGHIJK" } ] }
Use this endpoint to list all refunds associated with a funds recovery request.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Funds Recovery ID (UUID format)
OK
Show child attributes
Was this page helpful?