RTP Transactions
RTP Txn
This action starts a real time payment transaction.
Create Payload to call Process API for Real Time Payments. Refer code snippets on the right for reference.
requestId
*
String
Mandatory
Unique uuid-v4 string
Example: abcd-12345-abcd-12345
service
*
String
Mandatory
Value: in.juspay.hyperapi
payload
*
JSON
Mandatory
Parameters required to call Hyper SDK API
action
*
String
Mandatory
Must be rtpTxn for RTP calls.
orderId
*
String
Mandatory
order id pertaining to the order for which the payment is started.
paymentMethod
*
String
Mandatory
The actual payment method that was selected by the user. For RTP(PIX) transactions.
clientAuthToken
*
String
Mandatory
offers
Array of Strings
The key offers should be passed only when juspay offers are being used. The value for this key can set as the offerID which is received from /v1/offers/list api
paymentMethodType
*
String
Mandatory
It will be RTP for RTP calls
sdkParams
*
Bool
Mandatory
showLoader
Bool
identityCredentials
*
String
Mandatory
cpf
String
cnpj
String
pix_key
String

