Overview
Retail Consumption Overview
This document outlines the technical specification of communication between Green DotNetworkand Partners. The content in this document is intended to guide and assistpartners in integrating withGreen Dot Network.
The API contains the following operations:
Operation | Description | Timeout Threshold |
---|---|---|
Ping | Echo Test (Network Management) | 60 Seconds |
Auth | (Step 1 of 2-Phase) Validates the transaction and places a hold | 4 Seconds |
AuthCommit | (Step 2 of 2-Phase) Commits the authorized transaction in Step 1. | 30 Seconds |
AuthVoid | (Alternate Step 2 of 2-Phase) Voids the authorized transaction | 30 Seconds |
Service
This is a SOAP-based web service, Content-Type is “text/xml” and charset is “utf-8”.
For development environment setting details, please see Appendix C.
Development Environment Settings
For development environment settings, please do the following:
Green Dot Development & Testing Environment URL:
https://partners.greendotonline.com/GDCPartners/GDCWS_GDNPartnerAPI/GDNPartnerAPIService.svc
- Green Dot Development & Testing EnvironmentHost File Settings:
Please add the following entries to your “host” file to point your development & testing environments to Green Dot’s development & testing environments accordingly.
For Green Dot’s “QA-4” environment:
67.131.213.47 gdcpartners.greendotcorp.com
67.131.213.47 partners.greendotonline.com
For Green Dot’s “QA-3” environment:
67.131.213.49 gdcpartners.greendotcorp.com
67.131.213.49 partners.greendotonline.com
For PRODUCTION environment, there will not be any need to add HOSTS file entries.
Glossary
Green Dot Initiated:
Green Dot initiates the request.
Partner hosted:
Partner is hosting the API.
PUSH:
Green Dot is sending the request to Partner.
Note: The above terms are used interchangeably in this document.
Updated about 1 month ago