# Fetch transfer retry status
Fetch transfer retry attempts for a single transfer on your account.
<?php
$retryId = 187092;
$retries = Flutterwave::transfers()->fetchRetries($retryId);
dd($retries);
1
2
3
4
5
6
2
3
4
5
6
Fetch transfer retry attempts for a single transfer on your account.
<?php
$retryId = 187092;
$retries = Flutterwave::transfers()->fetchRetries($retryId);
dd($retries);