Gateway accounts
Find gateway account by gateway account external ID
Get gateway account by external ID. Also returns notifications credentials, gateway account credentials (without password)
get/v1/frontend/accounts/external-id/{externalId}
Path parameters
externalIdstring required
Response
OK
Example response
{
"allow_apple_pay": true,
"allow_authorisation_api": true,
"allow_google_pay": true,
"allow_zero_amount": true,
"block_prepaid_cards": true,
"corporate_credit_card_surcharge_amount": 250,
"corporate_debit_card_surcharge_amount": 250,
"description": "Account for service xxx",
"disabled_reason": "No longer required",
"email_notifications": {
"PAYMENT_CONFIRMED": {
"enabled": true,
"template_body": null,
"version": 1
},
"REFUND_ISSUED": {
"enabled": true,
"template_body": null,
"version": 1
}
},
"external_id": "fbf905a3f7ea416c8c252410eb45ddbd",
"gateway_account_credentials": [
{
"active_start_date": "2022-06-28T16:40:56.869Z",
"created_date": "2022-06-30T15:44:19.323Z",
"external_id": "787460d16d4a4d14b4c94787b8f427db",
"gateway_account_credential_id": 1,
"gateway_account_id": 1,
"last_updated_by_user_external_id": "vdwke0d16d4a4d14b4c94787b8f427d",
"payment_provider": "stripe",
"state": "ACTIVE"
}
],
"gateway_account_id": 1,
"integration_version_3ds": 2,
"live": true,
"payment_provider": "sandbox",
"recurring_enabled": true,
"requires3ds": true,
"send_payer_email_to_gateway": true,
"send_payer_ip_address_to_gateway": true,
"send_reference_to_gateway": true,
"service_id": "cd1b871207a94a7fa157dee678146acd",
"service_name": "service name",
"type": "test",
"worldpay_3ds_flex": {
"exemption_engine_enabled": true,
"issuer": "issuer",
"organisational_unit_id": "org_unit_id"
}
}