1curl -X GET 'https://api.budpay.com/api/v2/payout/trf_11044f068j1604' \2 -H 'Authorization: Bearer YOUR_SECRET_KEY'{ "status": true, "message": "Payout retrieved", "data": { "id": 15, "reference": "trf_11044f068j1604", "sessionid": null, "currency": "NGN", "amount": "100", "fee": "10", "bank_code": "000013", "bank_name": "GUARANTY TRUST BANK", "account_number": "0050883605", "account_name": "OYENIYI TOLULOPE OYEBIYI", "narration": "Test transfer", "domain": "test", "status": "pending", "subaccount": null, "created_at": "2022-03-29T01:51:01.000000Z", "updated_at": "2022-03-29T01:51:01.000000Z" }}