get
https://api.ravepay.co/v2/gpx/transfers?seckey=
This allows you fetch all transfers.
Transfer retry information
Adding
include_retry_tagto your payload returns two key params that give you an insight into the nature of the transaction:
is_retry, which informs you if the transfer is a retry attempt for a previously failed attempt.can_retry, which signifies if this transfer attempt can be retried upon failure.
