Subscribed with manual payment
Fire this api to user subscribed with manual payment.
api/store/manualPayment
POST
https://yourdomain.com/api/store/manualPayment
This endpoint allows you to store payment with manual payment method.
Query Parameters
Name
Type
Description
secret
string
Client secret key will goes here which you get from admin panel.
Headers
Name
Type
Description
Authorization*
string
Bearer { bearer_token without bracket }
Accept*
string
application/json
Request Body
Name
Type
Description
plan_id*
interger
enter plan / package id
amount*
double
enter plan amount
method*
string
manual payment name
proof*
string
enter attached a proof
reference*
string
enter a transcation id
Last updated