Can ActiveMerchant handle asynchronous payment methods?

119 views
Skip to first unread message

ma...@goodlife.tw

unread,
Mar 25, 2013, 11:19:29 PM3/25/13
to activem...@googlegroups.com

In Asia asynchronous payment methods are common. For example, during the transaction, the online shop can give the user a special bank account to transfer the payment into. Another way is for the online shop to give the user a code, which the user can use to pay at convenience stores. (There are gateway providers for these operations.) These methods are asynchronous, meaning that payments can come in at a later time, ranging from a few hours to a few days. (I am not sure the proper terminology for this.)

Does ActiveMerchant interface work with these kind of methods? My quick look seems to say no, but I would like to be proven wrong :)

Nathaniel Talbott

unread,
Mar 26, 2013, 10:27:15 AM3/26/13
to activem...@googlegroups.com
ActiveMerchant has two distinct API's: gateways and integrations. Some of the integrations are async, and the API for integrations supports that, but the gateway API is aimed squarely at synchronous transactions.


--
Nathaniel


On Mon, Mar 25, 2013 at 10:19 PM, <ma...@goodlife.tw> wrote:

In Asia asynchronous payment methods are common. For example, during the transaction, the online shop can give the user a special bank account to transfer the payment into. Another way is for the online shop to give the user a code, which the user can use to pay at convenience stores. (There are gateway providers for these operations.) These methods are asynchronous, meaning that payments can come in at a later time, ranging from a few hours to a few days. (I am not sure the proper terminology for this.)

Does ActiveMerchant interface work with these kind of methods? My quick look seems to say no, but I would like to be proven wrong :)

--
You received this message because you are subscribed to the Google Groups "Active Merchant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to activemerchan...@googlegroups.com.
To post to this group, send email to activem...@googlegroups.com.
Visit this group at http://groups.google.com/group/activemerchant?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

ma...@goodlife.tw

unread,
Apr 15, 2013, 11:55:19 PM4/15/13
to activem...@googlegroups.com
Thank you. I am trying to implement an integration. Seems to work after some hacking.

I want to ask a few things:

1. Is it standard to call acknowledge() then call complete?() ? I have seen examples of both. Which is more semantically correct?
2. What should item_id and transaction_id mean semantically in notification?

Cheers

Nathaniel於 2013年3月26日星期二UTC+8下午10時27分15秒寫道:
Reply all
Reply to author
Forward
0 new messages