capturePaymentIntent method

Future<Map> capturePaymentIntent(
  1. String token,
  2. String paymentIntentId,
  3. String requestId,
  4. num amount,
)

Implementation

Future<Map> capturePaymentIntent(
    String token, String paymentIntentId, String requestId, num amount) {
  throw UnimplementedError("Capture Payment Intent has not been implemented");
}