PayMongoPayments extension
Create payment in paymongo using secret key.
DO NOT USE IT IN PRODUCTION.
- on
Methods
-
createPayment(
CreatePaymentAttributes data, [int? before, int? after, int? limit]) → Future< CreatePaymentResponse> -
Available on PayMongoSDK, provided by the PayMongoPayments extension
Creates a payment from other types of sources in PayMongo. -
listPayments(
) → Future< List< CreatePaymentResponse> > -
Available on PayMongoSDK, provided by the PayMongoPayments extension
Get all payments -
retreivePayment(
int id) → Future< CreatePaymentResponse> -
Available on PayMongoSDK, provided by the PayMongoPayments extension
Retreive payment by ID