iZettle / sdk-ios

Add card payments from Zettle to your own app
https://developer.zettle.com/docs/ios-sdk
Other
83 stars 38 forks source link

Repeat Payment Feature? #307

Closed innovationben closed 3 years ago

innovationben commented 4 years ago

Expected Behavior

There is no option to activate "repeat payment"?

Current Behavior

None available

Context

Trying to utilise repeat payment feature.

Failure Logs

N/A

ssikira commented 4 years ago

Hey @innovationben,

We don't support Repeat Payments in our iZettle SDK at the moment. However, it could be implemented fairly easily by calling iZettleSDK.charge method recursively as a workaround.

Thanks, Said