---
page_source: https://juspay.io/sea/docs/express-checkout-sdk-global/react-native/base-sdk-integration/2a-real-time-payment
page_title: 5.2a Real Time Payment
---


# RTP Transactions




### Step 1.1. RTP Transaction


Create a payment transaction for Real-Time Payments (RTP). Merchants can integrate RTP with Juspay to display QR codes, enabling customers to scan and complete payments instantly.



Detailed Note on the payload parameters can be referred [here](https://juspay.io/sea/docs/express-checkout-sdk-global/react-native/payloads/real-time-payments)


## Supported RTP payment methods




| payment_method | RTP |
|---|---|
| PAYNOW | PayNow |
| DUITNOW | Duitnow |
| PROMPTPAY | PromptPay |
| FPS_QR | FPS QR |


## Sample Code Snippets:
### Sample Request:

#### RTP Txn Code Snippet:

```rtp txn
{"success":false,"message":"No Data found for the given path"}
```

### Sample Respnse:

#### RTP Txn:
```plaintext
{"success":false,"message":"No Data found for the given path"}
```

