Package com.flutterwave.services
Class TokenizedCharge
java.lang.Object
com.flutterwave.services.TokenizedCharge
Manage tokenized transactions.
- Author:
- Cleopatra Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrunBulkTransaction(List<TokenizedChargeRequest> tokenizedChargeRequestList) Make multiple tokenized payments at once.runGetBulkTransaction(int bulk_id) Get the status of a bulk tokenized chargerunGetBulkTransactionStatus(int bulk_id) This endpoint allows you to query the status of a bulk tokenized charge.runTransaction(TokenizedChargeRequest tokenizedChargeRequest) Intiate a tokenized transactions.runUpdateToken(String token, UpdateTokenRequest updateTokenRequest) This endpoints allow developers update the details tied to a customer's card token.
-
Constructor Details
-
TokenizedCharge
public TokenizedCharge()
-
-
Method Details
-
runTransaction
Intiate a tokenized transactions.- Parameters:
tokenizedChargeRequest- bean- Returns:
- Response
-
runBulkTransaction
Make multiple tokenized payments at once.- Parameters:
tokenizedChargeRequestList- bean- Returns:
- Response
-
runGetBulkTransaction
Get the status of a bulk tokenized charge- Parameters:
bulk_id- int This is the id returned in the bulk charge response- Returns:
- ListResponse
-
runGetBulkTransactionStatus
This endpoint allows you to query the status of a bulk tokenized charge.- Parameters:
bulk_id- This is the id returned in the bulk charge response- Returns:
- Response
-
runUpdateToken
This endpoints allow developers update the details tied to a customer's card token.- Parameters:
token- String This is the card token returned from the transaction verification endpoint as data.card.tokenupdateTokenRequest- bean- Returns:
- Response
-