POST
/
gsm
/
update

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Body

application/json
code
string
required

code received from the connector

connector
string
required

The connector through which payment has gone through

flow
string
required

The flow in which the code and message occurred for a connector

message
string
required

message received from the connector

sub_flow
string
required

The sub_flow in which the code and message occurred for a connector

decision
enum<string>
Available options:
retry,
requeue,
do_default
error_category
enum<string>
Available options:
frm_decline,
processor_downtime,
processor_decline_unauthorized,
issue_with_payment_method,
processor_decline_incorrect_data
router_error
string | null

optional error provided by the router

status
string | null

status provided by the router

step_up_possible
boolean | null

indicates if step_up retry is possible

unified_code
string | null

error code unified across the connectors

unified_message
string | null

error message unified across the connectors

Response

200 - application/json
code
string
required

code received from the connector

connector
string
required

The connector through which payment has gone through

decision
string
required

decision to be taken for auto retries flow

flow
string
required

The flow in which the code and message occurred for a connector

message
string
required

message received from the connector

status
string
required

status provided by the router

step_up_possible
boolean
required

indicates if step_up retry is possible

sub_flow
string
required

The sub_flow in which the code and message occurred for a connector

error_category
enum<string>
Available options:
frm_decline,
processor_downtime,
processor_decline_unauthorized,
issue_with_payment_method,
processor_decline_incorrect_data
router_error
string | null

optional error provided by the router

unified_code
string | null

error code unified across the connectors

unified_message
string | null

error message unified across the connectors