Subscription

Partners must engage in discussions with support to configure the subscription product. The product configuration process entails reaching agreements on the following elements:

  • Fixed Subscription Amount

  • Subscription Cycle (Weekly or Monthly)

  • First Repayment Date

This endpoint is specifically intended for managing products that are ongoing subscriptions. Subscription will continue until the user actively chooses to unsubscribe.

Create Subscription

post

The endpoint allows to create subscription for ongoing subscription products.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
emailstringRequired

The email of the customer.

Example: [email protected]
productCodestringRequired

The product code customer wants to subscribe to.

Example: Subscription Product
Responses
200Success
application/json
post
/api/v2/partner/Subscription

Get Subscription

get

The endpoint allows to get subscription details.

Path parameters
subscriptionIdstringRequired
Responses
200Success
application/json
get
/api/v2/partner/Subscription/{subscriptionId}

  • Once a payment is successfully made, the subscription for the next cycle will be automatically created for subscription only products.

Subscription Payment

post

Notify SteadyPay that user has made the subscription payment.

Path parameters
subscriptionIdstringRequired
Body
transactionIdanyRequiredExample: b6c68add-b016-44b0-9de6-6f2407bbb3e1
amountnumber · doubleRequiredExample: 9
Responses
200Success

No content

post
/api/v2/partner/Subscription/{subscriptionId}/payment

No content

Last updated