getPaymentGateway
get
/ccadmin/v1/paymentGateways/{id}
Get Payment Gateway. Retrieves the payment gateway details for a given payment gateway ID.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
The ID of the requested payment gateway to update.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : getPaymentGateway_response
Type:
Show Source
object
-
config:
object config
-
gatewayName:
string
Gateway Name.
Nested Schema : config
Type:
Show Source
object
-
expirationTimestamp:
string
Expiration timestamp in milliseconds in UTC.
Example Response (application/json)
{
"gatewayName":"CyberSource",
"config":{
"expirationTimestamp":"1530165832558"
}
}
Default Response
The error response.
The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|65101|Missing gateway name.|
|65102|Gateway not found.|
|65103|Unable to load gateway configuration data.
Root Schema : errorModel
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
errors:
array errors
An optional list of errors if multiple errors were encountered
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code
-
type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage:
string
An optional non-localized message containing technical information for developers
-
errorCode:
string
The numerical code identifying the error
-
message:
string
The localized message describing the error
-
moreInfo:
string
An optional non-localized message with more information
-
o:errorPath:
string
An optional machine readable description of where the error occurred
-
status:
string
The HTTP status code