Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5a5cd commit d8b5037Copy full SHA for d8b5037
README.md
@@ -409,6 +409,7 @@ The main methods implemented by gateways are:
409
* `void($options)` - generally can only be called up to 24 hours after submitting a transaction
410
* `acceptNotification()` - convert an incoming request from an off-site gateway to a generic notification object
411
for further processing
412
+* `createCard` - get a cardReference that can be used for future payments. This might be used in a monthly billing scenario, for example.
413
414
On-site gateways do not need to implement the `completeAuthorize` and `completePurchase` methods. Gateways that don't
415
receive payment notifications don't need to implement `acceptNotification`. If any gateway does not support certain
0 commit comments