v1

latestOpenAPI 3.0.12026-07-14134373.9 KB
Recurring Service

Get recurring payment details

Retrieves the configuration and status of a recurring payment for the provided recurring ID.

post/recurring/details

Request body

subscriptionIdstring required

Unique subscription identifier associated with the recurring payment.

recurringIdstring required

Unique identifier of the recurring payment.

Response

Recurring payment details retrieved successfully

subscriptionIdstring

Unique subscription identifier associated with the recurring payment.

recurringIdstring

Unique identifier of the recurring payment.

paymentType'creditcard' | 'echeck'

Type of payment method.

storedPaymentMethodIdstring

Identifier of the stored payment method used for the recurring payment.

recurringFrequency'daily' | 'weekly' | 'monthly' | 'bi_weekly' | 'bi_monthly' | 'annually'

Recurring payment frequency.

recurringStartDatestring date

Start date of the recurring schedule.

recurringEndDatestring date

End date of the recurring schedule.

httpStatusCodeinteger

HTTP status code.

messagestring

Response message.

responseTimestampstring date-time

Date and time when the response was generated.