Recurring Payment

Subscription Type (SubscriptionType)

TypeDescription

1

Subscription

Payment Period Type (RecurringPeriodType)

TypeDescription

1

Daily

2

Weekly

3

2 Haftalık

4

Monthly

5

3 Monthly

6

6 Monthly

7

9 Monthly

8

Yearly

Sales Item Type (Items:Type)

TypeDescription

1

Membership Account

2

Product

3

Service

Channel Type (ChannelType)

TypeDescription

1

API

2

Web

Feedback (Callback) content

ParameterTypeDescription

SubscriptionId

int

Recurring Payment ID (returned from PayWall at the time of creation)

SubscriptionType

int

Recurring Payment Type

SubscriptionCode

string

Unique code assigned to the recurring payment subscription by PayWall

SubscriptionMerchantCode

string

Unique code assigned to the recurring payment subscription by your side

Amount

decimal

Amount for the recurring payment subscription

Success

bool

Payment status (successful/failed)

FailReason

string

Reason for payment failure in case of payment failure

PaymentId

int? - nullable

Payment ID (nullable)

Attempt

int

Payment attempt count

AttemptFinished

bool

Whether the attempt is completed or not

Last updated