Recurring Transaction API

The Sale API can be used for SI registration with action=SERVICE_POST_MPI_RECURRING.

📘

Note:

This API endpoint is same as Sale API, but with action=SERVICE_POST_MPI_RECURRING and transactionTypeCode=0. For more information, refer to Sale using Visa Card API.

Endpoint

Productionhttps://pginstance/saleservice/api/v1/sale
Testhttps://areionsbi.pc.enstage-sas.com/saleservice/api/v1/sale
Sample request
Response parameters
ParameterM/O/CDescriptionExample
transactionIdMUnique value generated for each transaction internally by the PG123456
statusMTransaction Status50020 = SUCCESS

(any other value is a failure, full status codes shall be provided in appendix A)
pgErrorCodeMPG Error Code0 = No Error

(any other value means some kind of error, full error codes list shall be provided in appendix B)
pgErrorDetailMPG Error detailpg error detail was not set
orderDescMBrief description of items purchased. Len: 0-50 charsApple iPOD 20GB
merchantReferenceNoMMerchant reference numberAX143565
approvalCodeCApproval code of Transaction560252
rrnORRN no for reference104013006601
creditDebitCardFlagOFlag to say whether its credit card or debit card‘C’ – Credit card ‘D’ – Debit Card ‘P’ – Prepaid Card
ext1OSame value will be sent back as pg has received from merchant in the request.
ext2OSame value will be sent back as pg has received from merchant in the request.
ext3OSame value will be sent back as pg has received from merchant in the request.
ext4OSame value will be sent back as pg has received from merchant in the request.
ext5OSame value will be sent back as pg has received from merchant in the request.
ext6OSame value will be sent back as pg has received from merchant in the request.
ext7OSame value will be sent back as pg has

received from merchant in the request
Sample response

Request parameters

Language
Click Try It! to start a request and see the response here!