Link

Recurring payment object

This is an object representing a recurring payment.

Attributes
attempt_token String
attempt token of the subscription
payment_amount Integer
Amount which paid to payment gateways in cents (smallest unit)
payment_currency String
Currency in which amount has been paid to payment gateways
subscriber_id Integer
Accesstype subscriber id of subscription
storedPaymentId String
Unique payment gateway token used for renewing subscription

{
  attempt_token: 'dggsgbadhis' ,
  payment_amount: 3000,
  subscriber_id: 374,
  payment_currency: 'USD',
  storedPaymentId: '788383yy88u'
}