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:
552
552
* ` updateCard($options) ` - update a stored card, not all gateways support this method
553
553
* ` deleteCard($options) ` - remove a stored card, not all gateways support this method
554
554
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:
556
557
557
558
$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.
558
563
559
564
## Recurring Billing
560
565
You can’t perform that action at this time.
0 commit comments