genericCardPayment

post

/ccadmin/v1/webhook/genericCardPayment

Integrates custom payment gateways that let your store accept card payment.

Request

Supported Media Types
  • application/json
Body Parameter
Integrates custom payment gateways that let your store accept card payment.
Root Schema : genericCardPayment_request
Integrates custom payment gateways that let your store accept card payment.
Nested Schema : request
Type: object
Nested Schema : billingAddress
Type: object
The billing address.
Nested Schema : cardDetails
Type: object
The details of card used for transaction.
Nested Schema : gatewaySettings
Type: object
The settings of the gateway.
Nested Schema : profile
Type: object
The basic profile details.
Nested Schema : referenceInfo
Type: object
For void/refund transactions
Nested Schema : shippingAddress
Type: object
The shipping address

Response

Supported Media Types
  • application/json
200 Response
Integrates custom payment gateways that let your store accept card payment.
Body
The generic card payment response from external service
Root Schema : genericCardPayment_response
The generic card payment response from external service
Nested Schema : response
Type: object
Nested Schema : additionalProperties
Type: object
Key/value pairs for additional properties sent by the merchant
Nested Schema : authorizationResponse
Type: array
This response is received incase the transactionType is AUTH. Only one of authorizationResponse/voidResponse/creditResponse will be present in 1 response.
Nested Schema : creditResponse
Type: array
This response is recieved incase the transactionType is RFND. Only one of authorizationResponse/voidResponse/creditResponse will be present in 1 response.
Nested Schema : voidResponse
Type: array
This response is recieved incase the transactionType is VOID. Only one of authorizationResponse/voidResponse/creditResponse will be present in 1 response.
Nested Schema : items
Type: object
Nested Schema : additionalProperties
Type: object
Key/value pairs for additional properties sent by the merchant
Nested Schema : customPaymentProperties
Type: array
Custom payment properties can be sent here.
Nested Schema : items
Type: object
Nested Schema : additionalProperties
Type: object
Key/value pairs for additional properties sent by the merchant
Nested Schema : items
Type: object
Nested Schema : additionalProperties
Type: object
Key/value pairs for additional properties sent by the merchant