**Draft generated by APM AI Agent**
- METHOD TYPE
- PAYMENTS
- PAYOUTS
- REFUNDS
- RECURRING
Rapido Cash
Introduction
TBD
Supported Countries
Italy
Supported Currencies
TBD
REST API
Payment (Deposit) Flow
Follow these steps to perform a payment using Nuvei REST API integration:
1. Generate a sessionToken
Press here for details.
Send a /payment request with paymentMethod set to rapido_cash.
Example Payment Request
{
"merchantId": "123456",
"merchantSiteId": "987654",
"clientRequestId": "req-001",
"timeStamp": "2026-06-03",
"paymentMethod": "rapido_cash",
"amount": "100",
"currency": "EUR",
"country": "IT",
"billingAddress": {
"country": "IT"
}
}
Example Payment Response
{
"status": "SUCCESS",
"transactionId": "111222333",
"redirectUrl": "https://example.com/redirect"
}
Payout (Withdrawal) Flow
Send a /payout request and include the userPaymentOptionId, which contains the user’s previously stored APM account details.
Press here for an example.
After the transaction is processed, Nuvei sends a DMN that includes the result of the transaction to urlDetails.notificationUrl, which Nuvei recommends including in the /payout request.
Example Payout Request
{
"merchantId": "123456",
"merchantSiteId": "987654",
"clientRequestId": "req-002",
"paymentMethod": "rapido_cash",
"userPaymentOptionId": "upo_12345",
"amount": "50",
"currency": "EUR"
}
Web SDK
Payment (Deposit) Flow
TBD
Withdrawal Flow
TBD
Payment Page
Payment (Deposit) Flow
TBD
Simply Connect
Payment (Deposit) Flow
TBD
DMN
Example DMN
{
"notificationType": "payment",
"paymentMethod": "rapido_cash",
"status": "SUCCESS",
"transactionId": "111222333",
"amount": "100",
"currency": "EUR"
}
User Experience
TBD
placeholder_rapido_cash_20260603_1053.png
Testing
Test credentials and testing scenarios can be provided by Nuvei, if necessary. Contact Nuvei support for assistance.
INTERNAL NOTES
APM Type: Cash
APM Method: Rapido Cash
Attributes:
Payment: true
Payout: true
Refund: false
Recurring: false
Source Documents
Azure DevOps Ticket: [TW] [APMs] [New] Rapido Cash
SharePoint APM document: Not linked in ticket
Other Issues and Notes
Other Issues: REST API request/response and DMN samples were requested in the ticket but not yet provided.
Notes: Brand name spelling requires validation against KB and external sources.