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

{
    "package_id": "1",
    "price": "1",
    "payment_id": "ASWR678",
    "status": 0,
    "method": "test",
    "user_id": 1,
    "user_name": "Test",
    "file": null,
    "subscription_from": "2021-12-21T10:13:15.644038Z",
    "subscription_to": "2022-01-21T10:13:15.644086Z",
    "updated_at": "2021-12-21T10:13:15.000000Z",
    "created_at": "2021-12-21T10:13:15.000000Z",
    "id": 421-12-21T07:34:58.000000Z",
    "id": 1
}

Last updated