ANSWERED

Why do i get "insuffitient funds" when i tred to fund a card or created one

{ "status": false, "message": "insufficient funds" }
ANSWERED

Hi How do i make an API call with my credential

How do i use my credentials here to make this call to create a card; <?php $curl = curl_init(); curl_setopt_array($curl, \[ CURLOPT_URL => "<https://sandbox.api.maplerad.com/v1/issuing">, CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "POST", CURLOPT_POSTFIELDS => json_encode([ 'customer_id' => 'ac2bea42-058f-44d9-905d-48a92360129e', 'currency' => 'USD', 'type' => 'VIRTUAL', 'auto_approve' => true, 'brand' => 'VISA', 'amount' => 200, 'card_pin' => '12345678' ]), CURLOPT_HTTPHEADER => [ "Authorization: Bearer 123", "accept: application/json", "content-type: application/json" ], ]); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #:" . $err; } else { echo $response; } Assuming these are my credentials; Business Reg Number: BUSINESS**\*-\*\***-**\*\***-**\*\*\***-1675430 Public Keys: Pub_key\***_45335_**-1675430 Secret Keys: secretkey_6454444444fedrfff_fgsfsffg_44455

OTP do not get to be sent to my email whenever I tried logging into sandbox

I CANNOT login to sandbox after creating account. i noticed that OTP do not get to be sent to my email whenever I tried logging into sandbox

I can login to sandbox after creating account

Hello, i noticed that OTP do not get to be sent to my email whenever I tried logging into sandbox

Is it possible to use an async approach for upgrading a customer because it takes too long and times out most times.

Is it possible to use an async approach for upgrading a customer because it takes too long and times out most times.

Get customer by email

Does the call for getting customer by email, slow down has the number of customers increase?I hope it doesn't.

My account has been disabled without any reason

What is method that can be and enable my account

Unmatched Reference Number

I want to create a virtual card, i get a successful response with reference `'reference': 'b36e661f-4435-4adc-83ef-f46d624a7e0e'` . now this reference was supposed to come with the webhook for that particular card creation but the reference that come with it is this `'reference': '9e856ddb-60d1-4577-834f-829e1dd1547d' ` this two references are completely differenct but were supposed to be the same. Kindly note that this was working up to yesterday. but does not work today.

Virtual Accounts

How can we create a VIrtual account for our customers

Bvn Verification

Hi, i need a sample BVN for successful verification for test, Every BVN i have tried returns false