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"
}