Payment Method List
Fire this api to get all payment method list.
api/stripedetail
GET
https://yourdomain.com/api/stripedetail
This endpoint allows you to list of all payment method keys like stripe key.
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
apllication/json
{
"key": "pk_test_qQEK1HlAwSUtLoRgKSc5jcAC00bTS4A93l",
"pass": "sk_test_5bEjEwBwW9nganizk2G5m4At007lVAKC7N",
"paystack": "pk_test_76afe2620843cfc96e58948df9429d667949708e",
"razorkey": "rzp_test_lh8RGlUwxPYAVb",
"razorpass": "XrP61FUq3EHovNnWTCwlkrzy",
"paytmkey": "Websit57239737375544",
"paytmpass": "31Q9BhP7U9JVip77",
"imapikey": "test_68104fd205eda124b914ede9cbf",
"imauthtoken": "test_1cfa6b7a7e1b2e0055397041159",
"imurl": "https://test.instamojo.com/api/1.1/",
"paypalClientId": "AYleu1XNCtEHKuQwydaO46vl0N4eJG_HhVDNJDcEwtneI5IpCIomM15VErPJXvUGdi0qk6pZw2_daefd",
"paypalSecretId": "ED_5xeQ3VYfQr7FKqPEuydp5ZqmPgQIImMDQihrJPn4XtoMDIUqdEdN9Cy8YWLjpr_4vrfnMRYZdfgzc",
"paypalMode": "sandbox",
"cashfreeAppID": "16141005b650ca8ecd20a924414161",
"cashfreeSecrectID": null,
"cashfreeApiEndUrl": null,
"payhereAppCode": "1234567",
"payhereAppSecret": "asdfghj",
"payhereMerchantId": "asdfghjk",
"payhereMode": "sandbox",
"ravePublicKey": "FLWPUBK_TEST-d9ded45ef5117bdb373356a49b4459d5-X",
"raveSecretKey": "FLWSECK_TEST-a8d56f379ccaa6926ca80cb0b73759f9-X",
"raveCountry": "NGN",
"raveSecretHash": "iamsafiya1998",
"ravePrefix": "rave",
"raveLogo": "https://pbs.twimg.com/profile_images/915859962554929153/jnVxGxVj.jpg"
}
Last updated