Skip to content

mikelis135/flutterwave-android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flutterwave Android SDK

An Android SDK consuming the Flutterwave Node API (https://github.com/Flutterwave/nodeAPI)

Flutterwave Services

  • Currently Available:
    • Card :
      • Tokenize
      • Charge
      • Validate
  • Todo:
    • Card:
      • Charge With Token
      • Preauth
      • Capture
      • Refund
      • Void
      • Enquiry
      • Validate Enquiry
      • Withdraw
      • Status
    • Account
    • ACH
    • BVN

Implementation

Card.tokenize() - Calls card tokenize endpoint

Card.tokenize(String cardNumber, String cvv, String expiryMonth, String expiryYear, String validateOption, String authModel)
Sample successful response:
{"responsecode":"00","responsemessage":"Completed Successfully","otptransactionidentifier":null,"transactionreference":null,"responsehtml":null,"responsetoken":"hWflntv6As0P1C96796","requiresValidation":false}


#### Card.charge() - Calls card charge endpoint
Card.charge(String amount, String cardNumber, String cvv, String expiryMonth, String expiryYear, String currency, String customerId, String authModel, String narration, String country)
Sample successful response:


#### Card.validate() - Calls card validate endpoint
Card.validate(String otpTransactionIdentifier, String otp)
Sample successful response:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages