post https://api.flutterwave.com/v3/charges?type=card
Collect card payments with Flutterwave. We recommend you read the method overview before you proceed.
Log in to see full request history
Responses
Collect card payments with Flutterwave. We recommend you read the method overview before you proceed.
xxxxxxxxxx
46"redirect_url": "https://webhook.site/3ed41e38-2c79-4c79-b455-97398730866c",
curl --request POST \
--url 'https://api.flutterwave.com/v3/charges?type=card' \
--header 'Authorization: Bearer FLWSECK_TEST-SANDBOXDEMOKEY-X' \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"amount": 100,
"currency": "NGN",
"card_number": "5399670123490229",
"cvv": "123",
"expiry_month": 1,
"expiry_year": 21,
"email": "user@flw.com",
"tx_ref": "MC-3243e",
"authorization": {
"mode": "pin",
"pin": 2245,
"city": "San Francisco",
"address": "333 Fremont Street, San Francisco, CA",
"state": "California",
"country": "US",
"zipcode": 94105
xxxxxxxxxx
47}
{
"status": "success",
"message": "Charge initiated",
"data": {
"id": 288192886,
"tx_ref": "LiveCardTest",
"flw_ref": "YemiDesola/FLW275389391",
"device_fingerprint": "N/A",
"amount": 100,
"charged_amount": 100,
"app_fee": 1.4,
"merchant_fee": 0,
"processor_response": "Kindly enter the OTP sent to *******0328",
"auth_model": "PIN",
"currency": "NGN",
"ip": "::ffff:10.7.214.204",
"narration": "CARD Transaction ",
"status": "pending",
"auth_url": "N/A",
"payment_type": "card",
"fraud_status": "ok",
"charge_type": "normal",