{
"code": 201,
"message": "Payment consent created successfully",
"data": {
"consentId": "pcons_7f8a9b0c1d",
"walletId": "wallet_abc123",
"paymentType": "TRANSFER",
"status": "ACTIVE",
"title": "Business Payment Consent for Transfers",
"parameters": {
"validity": {
"startDate": "2026-01-13T00:00:00Z",
"endDate": "2026-12-31T23:59:59Z",
"maxUsageCount": 500,
"currentUsageCount": 0
},
"limits": {
"maxAmountPerTransaction": { "amount": 10000, "currency": "EUR" },
"maxAmountPerDay": { "amount": 50000, "currency": "EUR" },
"maxAmountPerMonth": { "amount": 200000, "currency": "EUR" },
"remainingDailyLimit": { "amount": 50000, "currency": "EUR" },
"remainingMonthlyLimit": { "amount": 200000, "currency": "EUR" }
},
"beneficiaries": {
"allowedTypes": ["INTERNAL", "SEPA", "SWIFT"],
"allowNewBeneficiaries": true,
"requireBeneficiaryName": true
}
},
"createdAt": "2026-01-13T10:30:00Z",
"updatedAt": "2026-01-13T10:30:00Z",
"createdBy": "user_admin123"
}
}