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

Transaction Status Query

GET
{{END2END}}/query/{REF}
This endpoint is to be able to check the status of a previous transaction processed with us, should that need arise from your end.

Request

Path Params

Header Params

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://end2endpay.com/wallet_service/api/v1/e2e-ipg/query/' \
--header 'x-api-key;' \
--header 'access-token;'
Response Response Example
{}
Previous
Generate USSD Code
Next
End2EndPay Flutter SDK
Built with