JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
Application
- Class in
paystack.grails
B
BootStrap
- Class in
paystack.grails
C
createCustomer(def)
- Method in
PaystackService
Create a customer
createPlan(def)
- Method in
PaystackService
Create plan @return
createSubscription(def)
- Method in
PaystackService
Create a payment subscription
D
disableSubscription(def)
- Method in
PaystackService
Disable subscription using code and token
doWithApplicationContext()
- Method in
PaystackGrailsGrailsPlugin
doWithDynamicMethods()
- Method in
PaystackGrailsGrailsPlugin
doWithSpring()
- Method in
PaystackGrailsGrailsPlugin
E
enableSubscription(def)
- Method in
PaystackService
Enable a user subscription using code and token
exportTransaction(def)
- Method in
PaystackService
Export transaction
F
fetchCustomer(def)
- Method in
PaystackService
Return a single customer given its id
fetchPlan(def)
- Method in
PaystackService
Get a particular plan given the plan id
fetchTransaction(int)
- Method in
PaystackService
Fetch a particular transaction
G
generateTrxnRef()
- Method in
PaystackService
Generate a Unique Transaction reference this is used to verify the transaction @return
getAllCustomers()
- Method in
PaystackService
List all customers on your Paystack account @return
getAllPlans()
- Method in
PaystackService
Return all plans on your paystack account @return
getAllTransactions()
- Method in
PaystackService
Return all transactions on you paystack account @return
getAuthUrl(def)
- Method in
PaystackService
Get authorization url from paystack The authorization url is to redirect to paystack for payment
params:
params : this contains info to be sent to PAYSTACK(email, amount,...)
getEndPoint()
- Method in
PaystackService
get PAYSTACK endpoint
getHttpGet(String)
- Method in
PaystackService
getHttpPost(String)
- Method in
PaystackService
getJsonBuilder(Map)
- Method in
PaystackService
getJsonSlurper()
- Method in
PaystackService
getPaymentData(def)
- Method in
PaystackService
Get the payment data from paystack after verification
getPublicKey()
- Method in
PaystackService
get the public key for the API Request When app in dev, use the testPublicKey else use the livePublicKey
getRequest(String, String)
- Method in
PaystackService
Make A get request to the specified resource(url)
getSecretKey()
- Method in
PaystackService
get the secret used for API Request When app in dev, use the testSecretKey else use the liveSecretKey
getStringEntity(def, def)
- Method in
PaystackService
H
I
J
K
L
listTransactions()
- Method in
PaystackService
List All Transactions @return
M
main(String)
- Method in
Application
makePaymentRequest(def)
- Method in
PaystackService
Make Request to paystack This returns the authorization url
N
O
onChange(Map<String, Object>)
- Method in
PaystackGrailsGrailsPlugin
onConfigChange(Map<String, Object>)
- Method in
PaystackGrailsGrailsPlugin
onShutdown(Map<String, Object>)
- Method in
PaystackGrailsGrailsPlugin
P
PaystackGrailsGrailsPlugin
- Class in
paystack.grails
PaystackService
- Class in
com.dubems
athor:
Nriagu Chidubem
@email
postRequest(String, Map, String)
- Method in
PaystackService
Make a post request the the specified resource(url)
Q
R
S
T
U
V
validate(Map)
- Method in
PaystackService
Validate params being sent to paystack
verify(String)
- Method in
PaystackService
Verify a transaction
verifyPlanInterval(String)
- Method in
PaystackService
Verify the plan interval for plan creation
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation