Create transaction: broker connect

This page will help you get started with Connect transaction.

📘

Note

This request to generate transactionId through Gateway API must be done from the backend platform (not client interface). This is to ensure that the apiSecret & secret are not exposed

Example JSON Payload for the transaction would be

{
    "intent": "CONNECT"
}


Request parameters

Path Params
string
required
Defaults to gatewaydemo

unique name assigned to each gateway partner

Body Params
string
required
Defaults to CONNECT

Required | Define the intent of transactionId

Headers
string
required
Defaults to gatewayDemo_secret

Required | apiSecret shared for authentication

string
required
Defaults to eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJndWVzdCI6dHJ1ZSwiaWF0IjoxNjU0MzIxMDAwfQ.qiZ_w1yFYXhkdLMlqI28XJOXitfZwr64e2oL-lMEHZU

Required | JWT signed with shared secret & payload of guest user (note: connected user token does not make sense in broker connect flow)

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json