Verify Payments
Verify payments are also supported by the SDK. This is particularly useful
e.g. when creating tokens to charge a card later.
Android
1
2
3
4
val paymentOrder = PaymentOrder(
    operation = Operation.VERIFY
    ...
)
 
iOS
1
paymentOrder.operation = .Verify