Using the RocketFuel API for Custom Integration
RocketFuel has three phases of API integration:
Pre-Payment Activity
Payment Activity (Shopper ↔︎ RKFL)
Post-Payment Activity
Before the start of the three phases, some prerequisites are required to be completed. The below Quick Start page describes on the same.
Once the public key
and integration keys
have been set up, the first phase can be started.
Pre-payment Activity
To start with the prepayment activity, there is one more prerequisite that needs to be understood - Encryption Algorithm
After the above things are completed and understood, the first phase starts with generating the invoice.
i. The inline method can be used as well for generating invoice
Payment Activity (Shopper ↔︎ RKFL)
The second phase, payment activity involves the exchange of data between shoppers and RocketFuel, nothing is expected from the merchants.
Post Payment Activity The post payment activity involves knowing the transaction status which can be done with the help of webhooks and Lookup API.
Languages Supported
Any coding language to call APIs (server ↔︎ server)
Little knowledge of JS in case of Inline /popup Integration
Last updated