Get Merchant Subscription

Retrieve Subscription

GET https://seerbitapi.com/api/v2/recurring/publicKey/{publicKey}

Authorization Required

Path Parameters

Name
Type
Description

URL

String

This is the link accross all subscriptions performed by the customers of a merchant

HTTP Method

String

This is the http method that is allowed and expected. This service expects a GET method

Authorization

String

As described above this service requires authentication

code

String

This is the service response code from Budpay

message

String

This is the service response message

publicKey

String

This is the public key of the merchant

amount

String

This is amount to be paid

currency

String

This is the currency the transaction is to be carried out in.

paymentReference

String

This is the unique identifier for a transaction generated by the merchant

plan

String

The plan represents a product the customer wants to pay for

cardNumber

String

This is the number on debit card

customerId

String

This is the reference unique to the customer

cardName

String

This is the name on the debit card

startDate

String

This is the day to commence billing of the customer

status

String

This indicates the status of the transaction

country

String

This is the country the customer is doing the transaction from

authorizationCode

String

This is returned when subscription is created,. It is used by the merchant to pass recurring debits to customers account

type

String

This is the authentication type (PIN, 3D SECURE)

billingPeriod

String

This is the number of times BudPay will do a recurrent billing

Last updated