File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -552,9 +552,14 @@ are available:
552552* ` updateCard($options) ` - update a stored card, not all gateways support this method
553553* ` deleteCard($options) ` - remove a stored card, not all gateways support this method
554554
555- Once you have a ` cardReference ` , you can use it instead of the ` card ` parameter when creating a charge:
555+ Once you have a ` cardReference ` , (which should be available from the response object
556+ using getCardReference) you can use it instead of the ` card ` parameter when creating a charge:
556557
557558 $gateway->purchase(array('amount' => '10.00', 'cardReference' => 'abc'));
559+
560+ In many cases the createCard action will also process the initial payment at the same time.
561+ In these cases you should pass in the 'action' ('authorize' or 'purchase') in the createCard
562+ options.
558563
559564## Recurring Billing
560565
You can’t perform that action at this time.
0 commit comments