BridgeComm
For more information about this gateway, please refer to https://bridgepaynetwork.force.com/is/s/article/Bridgecomm1
- Gateway type code:
bridge_pay_bridgeComm
- Production API endpoint: https://gateway.itstgate.com/SmartPayments/transact3.asmx
- Sandbox API endpoint: https://www.bridgepaynetsecuretest.com/PaymentService/RequestHandler.svc
- Supported payment types: Credit Card, Gateway payment method token
- Supported operations: Authorization, Capture, Charge, Void, Refund
To add a BridgePay gateway, use the following settings:
{
"username" : "You username",
"password" : "Your password",
"merchant_code" : "Your merchant code",
"merchant_account_code" : "Your merchant account code"
}
Gateway Specific Fields
"gatewaySpecificFields":{
"bridge_pay_bridgeComm": {
"transaction_cat_code": "TransCatCode" (Empty if not passed. Can be overridden by our system to 'R' when FlexPay evaluates the transaction as recurring),
"transaction_industry_type": "TransIndustryType" (Defaulted to "EC" if not passed),
"holder_type": "HolderType" (Defaulted to 'P' if not passed)"
}
}