Skip to content

Commit d8b5037

Browse files
Add createCard to the list on generally available actions (thephpleague#522)
1 parent 5b5a5cd commit d8b5037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ The main methods implemented by gateways are:
409409
* `void($options)` - generally can only be called up to 24 hours after submitting a transaction
410410
* `acceptNotification()` - convert an incoming request from an off-site gateway to a generic notification object
411411
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.
412413

413414
On-site gateways do not need to implement the `completeAuthorize` and `completePurchase` methods. Gateways that don't
414415
receive payment notifications don't need to implement `acceptNotification`. If any gateway does not support certain

0 commit comments

Comments
 (0)