curl --request POST \
--url https://gateway.cyrexa.com/ipg/2.0.0/payment-requests \
--header 'Content-Type: application/json-patch+json' \
--data '{
"id": 123,
"ownerId": 123,
"userId": 123,
"recipientName": "<string>",
"paymentRequestStatusId": 0,
"transactionId": 123,
"transactionNumber": "<string>",
"amount": 1,
"unit": "<string>",
"payerCountry": "<string>",
"referenceId": "<string>",
"notes": "<string>",
"link": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"clientId": 123,
"clientName": "<string>",
"clientEmail": "<string>",
"clientAddress": "<string>",
"clientPhone": "<string>",
"clientMemberId": "<string>",
"client": {
"id": 123,
"ownerId": 123,
"userId": 123,
"ownerName": "<string>",
"name": "<string>",
"email": "jsmith@example.com",
"address": "<string>",
"phone": "<string>",
"memberId": "<string>",
"hasPaymentRequests": true,
"totalDeposits": 123,
"createDate": "2023-11-07T05:31:56Z"
},
"notifyUrl": "<string>",
"successUrl": "<string>",
"failureUrl": "<string>",
"transactionStatusId": 0,
"targetAccountTypeId": 0,
"originDomain": "<string>",
"chargedBack": true,
"feeAmount": 123,
"grossAmount": 123,
"netAmount": 123,
"transactionCurrency": "<string>",
"exchangeRate": 123,
"cardBin": "<string>",
"device": "<string>",
"browser": "<string>",
"osName": "<string>",
"cardLastDigits": "<string>",
"sumSubApplicantId": "<string>",
"threeDs": true,
"logMessage": "<string>",
"logTransactionId": "<string>",
"logTransactionStatusId": 0,
"logPayerCountry": "<string>",
"logPaymentProviderId": 0,
"paymentMethodId": 0,
"paymentProviderId": 0,
"logCreateDate": "2023-11-07T05:31:56Z",
"lastLog": {
"id": 123,
"paymentRequestId": 123,
"transactionId": "<string>",
"transactionStatusId": 0,
"code": "<string>",
"message": "<string>",
"payerCountry": "<string>",
"paymentProviderId": 0,
"paymentMethodId": 0,
"threeDs": true,
"cardBin": "<string>",
"cardLastDigits": "<string>",
"device": "<string>",
"browser": "<string>",
"osName": "<string>",
"isFallback": true,
"isPendingFallback": true,
"createDate": "2023-11-07T05:31:56Z"
},
"logs": [
{
"id": 123,
"paymentRequestId": 123,
"transactionId": "<string>",
"transactionStatusId": 0,
"code": "<string>",
"message": "<string>",
"payerCountry": "<string>",
"paymentProviderId": 0,
"paymentMethodId": 0,
"threeDs": true,
"cardBin": "<string>",
"cardLastDigits": "<string>",
"device": "<string>",
"browser": "<string>",
"osName": "<string>",
"isFallback": true,
"isPendingFallback": true,
"createDate": "2023-11-07T05:31:56Z"
}
],
"ftdTypeId": 0,
"routeRuleId": 123,
"payerName": "<string>",
"payerEmail": "<string>",
"isFallback": true,
"isPendingFallback": true,
"isH2h": true,
"isDelayedApproval": true,
"isPremiumCardBin": true
}'