Initiate Payment

Initiate Payment

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

To begin the payment process, use the sample code provided, and pay close attention to the parameters. The API endpoints mentioned below will need to be used to make the request.

Live End Point: https://big4pay.com/payment/initiate

Test End Point:
https://big4pay.com/test/payment/initiate

Request to the end point with the following parameters below.

Query Params
string
required

Access Token

string
required
Defaults to DFU80XZIKS

Identifier is basically for identify payment at your end

string
required
Defaults to USD

Currency Code, Must be in Upper Case. e.g. USD,EUR

string
required
Defaults to 11

Payment amount

string
required
Defaults to Purchase T-shirt

Details of your payment or transaction

string
required
Defaults to http://example.com/ipn_url.php

The url of instant payment notification

string
required
Defaults to http://example.com/success_url.php

Payment success redirect url

string
required
Defaults to http://example.com/cancel_url.php

Payment cancel redirect url

string
required
Defaults to your_site_name

Your business site name

string
required
Defaults to http://yoursite.com/logo.png

Your business site logo

string
required
Defaults to light

Checkout form theme dark/light. Default theme is light

string
required
Defaults to []

customer must be an array

string
required
Defaults to John

Customer's first name

string
required
Defaults to Doe

Customer's last name

string
required
Defaults to [email protected]

Customer's valid email

string
required
Defaults to 12345789

Customer's valid mobile

string
Defaults to []

shipping_info must be an array

string

Optional Customer's address one

string

Optional Customer's address two

string

Optional Shipping area of customer

string

Optional Shipping city of customer

string

Optional Shipping sub city of customer

string

Optional Shipping state

string

Optional Shipping postcode

string

Optional Shipping country

string

Optional Others info

string
Defaults to []

billing_info must be an array

string

Optional Customer's address one

string

Optional Customer's address two

string

Optional Billing area of customer

string

Optional Billing city of customer

string

Optional Billing sub city of customer

string

Optional Billing state

string

Optional Billing postcode

string

Optional Billing country

string

Optional Others info

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json