This endpoint allows a customer to process a payment via card by providing necessary card details. Supported payment flows include:Documentation Index
Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt
Use this file to discover all available pages before exploring further.
- Authorizing a card payment
- Returning detailed transaction response including status, issuer info, and merchant details
Authentication
Authentication token obtained after login.
Device UUID used for request tracking.
Platform identifier (e.g., “WEB”, “ANDROID”, “IOS”).
Request Body
3-letter ISO currency code of the transaction (e.g., “USD”, “NGN”).
Primary Account Number (card number) of the customer.
Card expiry date in
MM/yyyy format.Card CVV/security code.
Description of the request type (e.g., “purchase”, “refund”).
Amount to charge the card.
Optional payment code number associated with the transaction.
