end2endPay API Integration
  1. Server-to-server
end2endPay API Integration
  • end2endPay API Specification
  • Inline Popup
  • v1 - Hosted session redirect
  • Server-to-server
    • Payload details
    • Pay With Card
      POST
    • Validate OTP
      POST
    • Initiate Pay with Transfer
      POST
    • Status check (PWT/USSD)
      POST
    • Get banks list - USSD
      GET
    • Generate USSD Code
      POST
    • Transaction Status Query
      GET
  • Plugins
  • Flutter SDK
    • End2EndPay Flutter SDK
  • Android SDK
    • End2EndPay Android SDK
  1. Server-to-server

Validate OTP

POST
{{END2END}}/payment/card/otp-validate
OTP Validation for card payment

Request

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://end2endpay.com/wallet_service/api/v1/e2e-ipg/payment/card/otp-validate' \
--header 'x-api-key;' \
--header 'access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "otp": "string",
    "txn_id": "string",
    "txn_ref": "string"
}'
Response Response Example
{}
Previous
Pay With Card
Next
Initiate Pay with Transfer
Built with