post https://api-sandbox.straitsx.com/v1/customer_profile//transaction-limits-update-requests
Request to update transaction limit for a specific CP+ profile.
{
"data": {
"id": "abc_1234",
"type": "transactionLimits",
"attributes": {
"customerProfileId": "customer_profile_12313123",
"totalAnnualPaymentLimit": "",
"availablePaymentLimit": "",
"totalAnnualPayoutLimit": "",
"availablePayoutLimit": "",
"totalDailyTransactionLimit": 300000,
"availableDailyTransactionLimit": 300000,
"transactionSizeLimit": ""
}
}
}
{
"data": {
"id": "abc_1234",
"type": "transactionLimitsUpdateRequest",
"attributes": {
"status": "approved",
"customerProfileId": "customer_profile_12313123",
"createdAt": "2025-01-16T09:52:52Z",
"updatedAt": "2025-01-16T09:52:52Z"
}
}
}