Skip to content

Instantly share code, notes, and snippets.

@ezemery
Created October 28, 2018 16:08
Show Gist options
  • Save ezemery/986d747ecede28f15c1418d611f491c3 to your computer and use it in GitHub Desktop.
Save ezemery/986d747ecede28f15c1418d611f491c3 to your computer and use it in GitHub Desktop.
Array of data to pass to Rave transfer API
$array = array(
'account_bank' => $bankcode,
'account_number' => $accountno,
'amount' => $amount,
'seckey' => $secretKey,
'narration' => $narration,
'currency' => "NGN",
'reference' => "rave-".time()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment