PayGateway/List

List all of your previously connected real-time payment gateways associated with the brand. This service will also list all payment gateways supported by RecurringStackā„¢ along with their required credentials (leave 'gateway_id' parameter empty).

Parameters
Parameter Type Required Description
gateway_id string optional Provide a 'gateway_id' to find information on a specific gateway.
gateway_provider string optional Provide 'gateway_provider' to search for payment gatways from a specific gateway provider; for example "STRIPE".
GET https://api.recurringstack.com/{format}/PayGateway/List
//key,user_key,brand_id,response_format (xml or json),return (clean = return object, leave blank to return raw)
$rstack = new recurringstack('','','','xml','clean'); 

$params = array('gateway_id' => "",'gateway_provider' => "");
try { $response = $rstack->request('PayGateway/List','GET',$params); } catch(Exception $e) { $error =  $e->getMessage(); echo "Error: $error"; }
print_r($response);
Response

PayGateway/Create

Create or link a new payment gateway to process real-time payments.

Find supported gateways and whats expected for 'credentials_1" and 'credentials_2' by utilizing the 'PayGateway/List' service.

Parameters
Parameter Type Required Description
name string required A nickname or reference name of the gateway for your reference (not see by customers).
gateway_provider string required The name of the gateway provider as listed on the 'PayGateway/List' service.
credentials_1 string required The credentials for the payment gateway 'credentials_1' location as described in the 'PayGateway/List' service.
credentials_2 string optional The credentials for the payment gateway 'credentials_2' location as described in the 'PayGateway/List' service.
default_cc string optional Provide a 'Y' to make this gateway the default for credit card processing for the brand.
default_ba string optional Provide a 'Y' to make this gateway the default for bank account or ACH processing for the brand.
POST https://api.recurringstack.com/{format}/PayGateway/Create
//key,user_key,brand_id,response_format (xml or json),return (clean = return object, leave blank to return raw)
$rstack = new recurringstack('','','','xml','clean'); 

$params = array('name' => "",'gateway_provider' => "",'credentials_1' => "",'credentials_2' => "",'default_cc' => "",'default_ba' => "");
try { $response = $rstack->request('PayGateway/Create','POST',$params); } catch(Exception $e) { $error =  $e->getMessage(); echo "Error: $error"; }
print_r($response);
Response

PayGateway/Update

Update a previously linked payment gateway and/or set it as the brands default credit card or ACH real-time processing gateway.

If the pay gateway you're updating is currently the brand 'default_cc' or 'default_ba' gateway you'll need to set a different gateway as the default to remove it. You can't "unset" a gateway as default, only replace it with a different pay gateway.

Parameters
Parameter Type Required Description
gateway_id string required The 'gateway_id' of the payment gateway you wish to update.
name string required A nickname or reference name of the gateway for your reference (not see by customers).
credentials_1 string required The credentials for the payment gateway 'credentials_1' location as described in the 'PayGateway/List' service.
credentials_2 string optional The credentials for the payment gateway 'credentials_2' location as described in the 'PayGateway/List' service.
default_cc string optional Provide a 'Y' to make this gateway the default for credit card processing for the brand.
default_ba string optional Provide a 'Y' to make this gateway the default for bank accountor ACH processing for the brand.
PATCH https://api.recurringstack.com/{format}/PayGateway/Update
//key,user_key,brand_id,response_format (xml or json),return (clean = return object, leave blank to return raw)
$rstack = new recurringstack('','','','xml','clean'); 

$params = array('gateway_id' => "",'name' => "",'credentials_1' => "",'credentials_2' => "",'default_cc' => "",'default_ba' => "");
try { $response = $rstack->request('PayGateway/Update','PATCH',$params); } catch(Exception $e) { $error =  $e->getMessage(); echo "Error: $error"; }
print_r($response);
Response

PayGateway/Delete

Delete an existing payment gateway. If the pay gateway is currently the default for the brand, the brand will be left without a default gateway for payment processing.

Parameters
Parameter Type Required Description
gateway_id string required The 'gateway_id' of the payment gateway you wish to delete.
DELETE https://api.recurringstack.com/{format}/PayGateway/Delete
//key,user_key,brand_id,response_format (xml or json),return (clean = return object, leave blank to return raw)
$rstack = new recurringstack('','','','xml','clean'); 

$params = array('gateway_id' => "");
try { $response = $rstack->request('PayGateway/Delete','DELETE',$params); } catch(Exception $e) { $error =  $e->getMessage(); echo "Error: $error"; }
print_r($response);
Response

Your content here

Lorem ipsum dolor sit amet consectetur adipisicing elit. Qui, natus temporibus voluptate corporis possimus ab aut cumque.

Homepage

Quick Tips

You may remove all ID or Class names which contain _dm-, they are only used for demonstration.


Boxed Layout

Fluid Layout Remove the .boxed-layout and .centered-layout classes from the body.
Centered Layout Add a class .centered-layout to the body.
Boxed Layout Add a class .boxed-layout to the body.
Boxed Layout with background image

Add background image to the body.

<body class="boxed-layout" style='background-image: url("path_to_img/image.jpg");'>
    ..
    ..
</body>

Or it could be in your own class.

.bg-img {
background-image: url("path_to_img/image.jpg");
}
<body class="boxed-layout bg-img">
    ..
    ..
</body>

Color Schemes

Replace the current Bootstrap CSS and Nifty CSS path with the new path of the CSS color schemes you wish to use.

This is where you can change the color scheme of your app / website.

<head>
    ...
    <title>My Project</title>
    ...

    <!-- STYLESHEETS -->
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~--- -->

    <!-- Bootstrap CSS [ REQUIRED ] -->
    <link rel="stylesheet" href="documentation/assets/css/color-schemes/SELECTED-SCEHEMS/bootstrap.min.css">

    <!-- Nifty CSS [ REQUIRED ] -->
    <link rel="stylesheet" href="documentation/assets/css/color-schemes/SELECTED-SCEHEMS/nifty.min.css">

</head>

Header

Sticky header Add a class .hd--sticky to the #root.
Expanded header Add a class .hd--expanded to the #root.
Expanded header with overlapping content. Add a class .overlapping to the #content > .content__header.
Disable rounded header. Add a class .rounded-0 to the #content > .content__header.

Animations

Add the following class to the body to change the animation transition.

Transition function name Class name
In Quart .in-quart
Out Quart .out-quart
In Back .in-back
Out Back .out-back
In Out Back .in-out-back
easeInOutBack .easeInOutBack
steps .steps
jumping .jumping
rubber .rubber
RecurringStack Documentation
RecurringStack Docs
Sign In

Background Images

Add an image to replace the solid background color
Layouts
Layouts
Transitions
Header
Additional Offcanvas New in BS v.5.0

Select the offcanvas placement.

Sidebars
Navigation
Right sidebar
Color Schemes
Light Completely bright color themes.
Dark Completely dark color themes.
Expanded Header
Fair Header
Full Header
Primary Nav
Brand
Tall Header New in v3.0
Scrollbars

Hides native scrollbars and creates custom styleable overlay scrollbars.

Offcanvas Header
Content Here

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sapiente eos nihil earum aliquam quod in dolor, aspernatur obcaecati et at. Dicta, ipsum aut, fugit nam dolore porro non est totam sapiente animi recusandae obcaecati dolorum, rem ullam cumque. Illum quidem reiciendis autem neque excepturi odit est accusantium, facilis provident molestias, dicta obcaecati itaque ducimus fuga iure in distinctio voluptate nesciunt dignissimos rem error a. Expedita officiis nam dolore dolores ea. Soluta repellendus delectus culpa quo. Ea tenetur impedit error quod exercitationem ut ad provident quisquam omnis! Nostrum quasi ex delectus vero, facilis aut recusandae deleniti beatae. Qui velit commodi inventore.