Skip to main content
POST
Add payment via wallet

Headers

Authorization
string
required

Access Token

OrganizationId
string
required

Organization ID

Body

application/json

addPaymentViaWalletRequest

Add payment via wallet Api Model

subscriptionId
integer<int64>
required

Subscription Id

Example:

12658

bill
integer<int32>[]
required

Subscription payment plan row id.

Example:
installment
integer<int32>

installment[optional]

Response

Payment Success.

Response Model for payment api

code
string
Example:

"200"

reason
string
Example:

"Success"

message
string
Example:

"Payment Success"

status
string
Example:

"ok"