Create Grant Alias

Creates an alias for an existing grant to help load the payment schedule widget.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Headers

AcceptstringOptionalDefaults to application/json

Request

This endpoint expects an object.
tokenstringRequired
Token of the grant to create an alias for
durationstring or nullOptionalformat: "duration"

Duration of the grant in ISO-8601 period format

Response

OK
tokenstring
Token representing the grant alias
expirystringformat: "date-time"
Timestamp when the alias token expires

Errors