课程内容

Authenticated collections are intended to enable a merchant who wants to make regular direct debits to a customer’s account to authenticate the customer. 

This has two benefits:

  • The merchant has proved that the customer has consented to these regular debits
  • The customer has verified themselves by way of a pin validation so there is a higher level of comfort that the customer's account is a valid account and does belong to the customer.

Authenticated Collections is currently only available from Nedbank. In addition, the Authenticated Collections provider parameter must be enabled otherwise the transaction will be declined.

Coding for Authenticated Collection data

The following is a code snippet in C#:

enterprise.openElement("AuthenticatedCollectionData");

enterprise.setTag("AccountNumber", accountNumber);

enterprise.setTag("DebtorIdentification", debtorIdentification);

enterprise.setTag("MaximumCollectionAmount", maximumCollectionAmount);

enterprise.closeElement();

 

Note:  That MerchantReference must be set for Authenticated Collections AND the transaction must be PIN authenticated card present. The MerchantReference is used as the contract reference. An AuthorisationCode is returned if successful.



视图
0 总浏览
0 成员的观点
0 公众浏览
操作
0 喜爱
0 不喜欢
0 注释
分享到社交网络
分享链接
通过邮件分享

登录 分享这个 webpage 通过电子邮件。