Skip to main content
Version: 1.0.2

GRPC Ping

The GRPCPing method enables to check the connectivity between Bank and the XD Payments Platform

Method: InboundServiceClient:GRPCPing

Headers

NameValue
Credential"Basic c3VwcG9ydCsxQG5ldHN5cy1pbmMuY29tOjM5ZDYxOGJkNTVmN5NWQxY2RlNDE5"
Signature"{{signature}}"

Example

Payload Parameters
ParameterDescription

processor

String

Payment channel through which the transaction happens

Possible values:

"FEDNOW"

"TCH"

Example – "FEDNOW"

referenceNumber

String

Reference number of the gRPC ping process

Example – "101115315"

uuid

String

Unique ID present in the message

Example – "ec09c264-31e5-4890-818b-96b990646dcf"

Request Body (Applicable for both FedNow and TCH)


{
"processor": "FEDNOW",
"referenceNumber": "101115315",
"uuid": "ec09c264-31e5-4890-818b-96b990646dcf"
}

Response

Response Parameters
ParameterDescription

referenceNumber

(Applicable only for TCH)

String

Reference number of the gRPC ping process

Example – "011001276"

status

String

Status of the gRPC ping process

Example – "SUCCESS"

Response Body (Applicable for both FedNow and TCH)


{
"referenceNumber": "011001276", //applicable only for TCH
"status": "SUCCESS"
}