Created
October 28, 2018 16:08
-
-
Save ezemery/986d747ecede28f15c1418d611f491c3 to your computer and use it in GitHub Desktop.
Array of data to pass to Rave transfer API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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