Skip to main content
POST
Update the credit end date

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Update the access end date of a credit

customer_id
string<uuid>
required

ID of the customer whose credit is to be updated

credit_id
string<uuid>
required

ID of the commit to update

access_ending_before
string<date-time>
required

RFC 3339 timestamp indicating when access to the credit will end and it will no longer be possible to draw it down (exclusive).

Response

Success

data
object
required