Payout Batch ID {{ $response->batch_header->payout_batch_id }}
Amount {{ $response->batch_header->amount->currency.' '.$response->batch_header->amount->value }}
Payout Status {{ $response->batch_header->batch_status }}
Payout Created ON {{ date('d-m-Y | h:i A',strtotime($response->batch_header->time_created)) }}
Payout Proccessed ON {{ date('d-m-Y | h:i A',strtotime($response->items[0]->time_processed)) }}
Payout Completed On {{ date('d-m-Y | h:i A',strtotime($response->batch_header->time_completed)) }}
Transcation ID {{ $response->items[0]->transaction_id }}
Transcation Status {{ $response->items[0]->transaction_status }}
Message

{{ $response->items[0]->errors->name }}

{{ $response->items[0]->errors->message }}