Save program due date

Save a program due date. Day must be between 1 and 28. (Note: Due date is required for credit full-balance program types.)

When you execute this endpoint, the Pismo platform first checks to see if the specified due date already exists. If it finds an existing due date with the same values for day and grace_period_days, it considers this a match and determines that the specified due date already exists. In this case, there are two possibilities.

  • If active has the same value in both the existing due date and the request, the request does nothing.
  • If active has a different value in the request, the value of active in the existing due date is updated accordingly. In other words, you can use this endpoint to activate or deactivate an existing due date. Note:The preferred way of updating existing due dates is to use the Update program due date endpoint.

If the platform does not find a match, then it creates a new due date. (Note: This means that you could end up with two due dates that have the same value for day, but different values for grace_period_days.)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Program ID

Body Params
int32
required

Due date day index

boolean
required

Is program due date active?

Note: If you set active from true to false, this just means that you are no longer able to assign the program due date to an account. Accounts that are already using the program due date continue to use it.

int32

Number of grace period days. This value overrides the value of the program parameter Number of days before due date to set the closing date of the statement for the specified account.

You can change the grace period days for a statement any time before its due date.

Headers
string
required

Account token, not a regular access token. Account tokens are encoded with an account ID. Tokens can expire quickly, which can result in an Unauthorized message.

Responses

Language
Credentials
Bearer
Account JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json