Hash

Request Sample
The code snippet below shows an example response for creating a subscription
1{ 
2	"publicKey":"SBTEST**************************viTF", 
3	"paymentReference":"WQ6676yPOpr12348o",
4	"planId":"",
5	"cardNumber":"2223000000000007",
6	"expiryMonth":"05",
7	"callbackUrl":"https://checkout.seerbitapi.com",
8	"expiryYear":"21",
9	"cvv":"100",
10	"amount":"20",
11	"currency":"NGN",
12	"productDescription":"Test Token",
13	"productId":"Terrain",
14	"country":"NG",
15	"startDate":"2019-01-11 00:00:00",
16	"cardName":"Bola Olat",
17	"billingCycle":"DAILY",
18	"email":"johndoe@gmail.com",
19	"mobileNumber":"09022323537", 
20	"billingPeriod":"4",
21	"subscriptionAmount": false
22}
Response Sample
The code snippet below shows an example response for creating a subscription
1{
2	"status": "SUCCESS",
3	"data": {
4     "code": "S20",
5     "payments": {
6        "paymentReference": "WQ6676yPOpr12348o",
7        "linkingReference": "F194900041578648252258",
8        "redirectUrl": "https://staging.seerbitapigateway.com/seerbit/card-dispatch?sredref=F194900041578648252258"
9			},
10			"message": "Transaction is pending"
11	}
12}
Need something else?
If you have any questions or need general help, visit our support page
Signup for developer update
You can unsubscribe at any time. Read our privacy policy.
ON THIS PAGE
Hash