
Client library facilitating interaction with PayMongo's API, supporting operations like creating sources, payments, payment intents, and webhooks, while providing integration capabilities for various payment methods.
Paymongo client for kotlin
https://developers.paymongo.com/reference
val config = Paymongo.Config.apply{
secretKey = "sk_123456"
}
val client = PayMongo(config)https://github.com/ronjunevaldoz/KotlinPaymongo/wiki/Ktor-Webhook
repositories {
mavenCentral()
}implementation("io.github.ronjunevaldoz:paymongo-kotlin:<VERSION>")implementation("io.github.ronjunevaldoz:paymongo-kotlin-<PLATFORM>:<VERSION>")https://developers.paymongo.com/docs/community-made-libraries
Paymongo client for kotlin
https://developers.paymongo.com/reference
val config = Paymongo.Config.apply{
secretKey = "sk_123456"
}
val client = PayMongo(config)https://github.com/ronjunevaldoz/KotlinPaymongo/wiki/Ktor-Webhook
repositories {
mavenCentral()
}implementation("io.github.ronjunevaldoz:paymongo-kotlin:<VERSION>")implementation("io.github.ronjunevaldoz:paymongo-kotlin-<PLATFORM>:<VERSION>")https://developers.paymongo.com/docs/community-made-libraries