Standing Instructions

Standing Instructions are instructions a consumer (payer) gives to a bank to pay a set amount at regular intervals to another’s (payee) account. They are typically used to pay rent, mortgage or any other fixed regular payments.

If your Store is enabled to process this type of transactions, Standing Instructions can be submitted in the following format:

<ipgapi:IPGApiOrderRequest 
		xmlns:v1="http://ipg-online.com/ipgapi/schemas/v1"
		xmlns:ipgapi="http://ipg-online.com/ipgapi/schemas/ipgapi">
	<v1:Transaction>
		<v1:CreditCardTxType>
			<v1:Type>sale</v1:Type>
		</v1:CreditCardTxType>
		<v1:CreditCardData>
			<v1:CardNumber>4111********1111</v1:CardNumber>
			<v1:ExpMonth>12</v1:ExpMonth>
			<v1:ExpYear>27</v1:ExpYear>
		</v1:CreditCardData>
<ns2:recurringType>STANDIN</ns2:recurringType>
		<v1:Payment>
			<v1:ChargeTotal>19.95</v1:ChargeTotal>
			<v1:Currency>978</v1:Currency>
		</v1:Payment>
	</v1:Transaction>
</ipgapi:IPGApiOrderRequest>

Want a quick overview?