Payment Gateways Api Keys

Upon successful response you will get :

GET https://castleindia.in/emart/public /api/login

Headers

NameTypeDescription

secret

String

application/json

{
  
    "stripekey": "",
    "stripesecret": "admin@mediacity.co.in",
    "paypal_client_id": "ATGC6I2Cx3Fbw02jPYeCYnFgFn9PZ5uJsIgXuHEKJ60evlYn1psRCcgI7G8YWi-U_GTHkaiSl-UNC_aj",
    "paypal_secret": "EORnuLVFkVc-6RxNSVGhDPvkYjZmzBz2nVPeMWy08jl43_k5glwhC23BQnztU8VRjjIS38WUaS7rp8HD",
    "paypal_mode": "sandbox",
    "instamojo_api_key": "",
    "instamojo_auth_token": "",
    "instamojo_url": "https://test.instamojo.com/api/1.1/",
    "razorpay_key": "rzp_test_IfqnRLbpMmvfyU",
    "razorpay_secret": "eucI5yfbwDu6gqs1y465mzNU",
    "paystack_public_key": "",
    "paystack_secret": "",
    "paystack_pay_url": "https://api.paystack.co",
    "paystack_merchant_email": "",
    "paytm_enviroment": "local",
    "paytm_merchant_id": "",
    "paytm_merchant_key": "",
    "paytm_merchant_website": "WEBSTAGING",
    "paytm_channel": "WEB",
    "paytm_industry_type": "",
    "bank_details": {
        "id": 1,
        "bank_name": "your bank name",
        "ifcs_code": "Your IFCS code",
        "account_number": "Your account number",
        "account_holder_name": "admin",
        "swift_code": "your swift code",
        "bank_enable": "1",
        "created_at": "2020-05-28T19:54:41.000000Z",
        "updated_at": "2020-06-18T09:02:00.000000Z"
    },
    "all_keys": {
        "MOLLIE_KEY": "",
        "SKRILL_MERCHANT_EMAIL": "",
        "SKRILL_API_PASSWORD": "",
        "SKRILL_LOGO_URL": "https://eclass.mediacity.co.in/demo/public/images/logo/logo.png",
        "RAVE_PUBLIC_KEY": "FLWPUBK_TEST--X",
        "RAVE_SECRET_KEY": "",
        "RAVE_ENVIRONMENT": "staging",
        "RAVE_LOGO": "",
        "RAVE_PREFIX": "rave",
        "RAVE_COUNTRY": "NGN",
        "RAVE_SECRET_HASH": "",
        "PAYU_MERCHANT_KEY": "",
        "PAYU_MERCHANT_SALT": "",
        "PAYU_AUTH_HEADER": "=",
        "PAYU_MONEY_TRUE": true,
        "CASHFREE_APP_ID": "xxx",
        "CASHFREE_SECRET_KEY": "",
        "CASHFREE_END_POINT": "https://test.cashfree.com",
        "OMISE_PUBLIC_KEY": "",
        "OMISE_SECRET_KEY": "",
        "OMISE_API_VERSION": "",
        "PAYHERE_MERCHANT_ID": "",
        "PAYHERE_BUISNESS_APP_CODE": "",
        "PAYHERE_APP_SECRET": "",
        "PAYHERE_MODE": "sandbox"
    },
    "upi": {
        "id": 1,
        "created_at": "2022-10-07T13:46:12.000000Z",
        "updated_at": "2022-10-18T02:02:19.000000Z",
        "name": "Mr.doe",
        "upiid": "doe@example.com",
        "status": "1"
    
}
}

IF response fail

```html
<!DOCTYPE html>
<html>

<head>
	<meta charset="UTF-8" />
	<meta name="robots" content="noindex,nofollow,noarchive" />
	<title>An Error Occurred: Method Not Allowed</title>
	<style>
		body {
			background-color: #fff;
			color: #222;
			font: 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
			margin: 0;
		}

		.container {
			margin: 30px;
			max-width: 600px;
		}

		h1 {
			color: #dc3545;
			font-size: 24px;
		}

		h2 {
			font-size: 18px;
		}
	</style>
</head>

<body>
	<div class="container">
		<h1>Oops! An Error Occurred</h1>
		<h2>The server returned a "405 Method Not Allowed".</h2>

		<p>
			Something is broken. Please let us know what you were doing when this error occurred.
			We will fix it as soon as possible. Sorry for any inconvenience caused.
		</p>
	</div>
</body>

</html>
```

Last updated