PayMongoPaymentIntent extension
Payment intent for CREDIT/DEBIT CARD.
- on
Methods
-
attachToPaymentIntent(
String id, PaymentIntentAttach data) → Future< PaymentIntentAttachResponse> -
Available on PayMongoSDK, provided by the PayMongoPaymentIntent extension
Attach payment intent to receive payment status. -
createPaymentIntent(
PaymentIntentAttributes attributes) → Future< PaymentIntentResponse> -
Available on PayMongoSDK, provided by the PayMongoPaymentIntent extension
Create payment and call attachToPaymentIntent to your backend using secret key -
retreivePaymentIntent(
int id) → Future< String?> -
Available on PayMongoSDK, provided by the PayMongoPaymentIntent extension
-
retrievePaymentIntentClient(
{required String paymentIntentId, required String clientKey}) → Future< PaymentIntentResponse> -
Available on PayMongoSDK, provided by the PayMongoPaymentIntent extension