Update Transaction Limit

Request to update transaction limit for a specific CP+ profile.

{
  "data": {
    "id": "abc_1234",
    "type": "transactionLimits",
    "attributes": {
      "customerProfileId": "customer_profile_12313123",
      "totalDailyPaymentLimit": 200000,
      "availableDailyPaymentLimit": 200000,
      "totalDailyPayoutLimit": 200000,
      "availableDailyPayoutLimit": 200000,
      "transactionSizeLimit": null
    }
  }
}
{
  "data": {
    "id": "abc_1234",
    "type": "transactionLimits",
    "attributes": {
      "customerProfileId": "customer_profile_12313123",
      "totalAnnualPaymentLimit": 200000,
      "availableAnnualPaymentLimit": 200000,
      "totalAnnualPayoutLimit": 200000,
      "availableAnnualPayoutLimit": 200000,
      "transactionSizeLimit": null
    }
  }
}
{
	"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"
		}
	}
}
📘

Max image file size

10mb per https request

Language
Click Try It! to start a request and see the response here!