Logo
Developer portal API Documentation

Retrieve transaction for ISV Payment Order

Number of APIs: 8


1. Retrieve transaction by reseller source code

GET https://demo.vivapayments.com/api/resellers/pos/transactions/?ResellerSourceCode={ResellerSourceCode}&date={date}



2. Retrieve Transactions By Data Service API

POST https://demo-api.vivapayments.com/dataservices/v2/transactions/Search?PageSize=10&Page=1&OrderBy=Descending



3. Retrieve transaction by transactionId

GET https://demo-api.vivapayments.com/checkout/v2/isv/transactions/{transactionid}?merchantId={merchantId}



4. Retrieve transaction by transaction

GET https://demo.vivapayments.com/api/transactions/{transactionid}



5. Retrieve transaction by date Copy

GET https://demo.vivapayments.com/api/transactions/?date={date}



6. Retrieve transaction by clearance date

GET https://demo.vivapayments.com/api/transactions/?clearancedate={clearancedate}



7. Retrieve transaction by order code

GET https://demo.vivapayments.com/api/transactions/?ordercode={ordercode}



8. Retrieve transaction by source code

GET https://demo.vivapayments.com/api/transactions/?sourcecode={sourcecode}&date={date}



ENDPOINTS