end2endPay API Integration
  1. Server-to-server
end2endPay API Integration
  • end2endPay API Specification
  • Inline Popup
  • v1 - Hosted session redirect
  • Server-to-server
    • Payload details
    • Transaction Notification
    • 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
    • Completion
      POST
    • Void
      POST
  • Plugins
    • end2endPay for Woocommerce
  • Flutter SDK
    • End2EndPay Flutter SDK
  • Android SDK
    • End2EndPay Android SDK
  1. Server-to-server

Void

POST
/payment/nullify

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://end2endpay.com/wallet_service/api/v1/e2e-ipg/payment/nullify' \
--header 'Content-Type: application/json' \
--data-raw '{
    "transactionReference": "string",
    "orderId": "string"
}'
Response Response Example
{}
Previous
Completion
Next
end2endPay for Woocommerce
Built with