Gateway accounts
Create a new gateway account
post/v1/api/accounts
Query parameters
degatewayificationboolean
Request body
Example request
{
"analytics_id": "analytics-id",
"description": "account for some gov org",
"payment_provider": "stripe",
"service_id": "service-external-id",
"service_name": "service name",
"type": "live"
}Response
Created
Example response
{
"analytics_id": "ananytics-id",
"description": "account for some gov org",
"external_id": "ab2c296ed98647e9a25f045f5e6e87a2",
"gateway_account_id": "2",
"links": [
{
"href": "https://connector.url/v1/api/accounts/2",
"method": "GET",
"rel": "self"
}
],
"requires_3ds": true,
"send_payer_email_to_gateway": true,
"send_payer_ip_address_to_gateway": true,
"service_name": "service name",
"type": "live"
}Changes
Changed in 3 of the 59 revisions of this API.24
- ○
added the new optional request property
new-optional-request-property
- ○
added the new optional request property
new-optional-request-property
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
AMOUNT_BELOW_MINIMUMenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
- ●
added the new
NON_HTTPS_RETURN_URL_NOT_ALLOWED_FOR_A_LIVE_ACCOUNTenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●