v1

latestOpenAPI 3.1.0© Modulr Finance2026-08-04207430590.4 KB
Share secure card details

Update share secure details

This endpoints allows updating the share secure card details

put/cards/{cardId}/share-secure-details/{shareSecureDetailsId}

Path parameters

cardIdstring required

The ID of the card to update share secure card details for

shareSecureDetailsIdstring required

The ID of the share secure card details to update

Request body

noOfLinkAccessesinteger

Number of times token/link shared will be accessible. Cannot be smaller than existing number of accesses

expiryDatestring date

Date of expiry of the secure card details link.Must match date format of yyyy-mm-dd and be in the future.

otherDetailsToSharestring[]

List of other card details to share. Will be validated against fields in card response. Will replace existing list

Example request

{
  "expiryDate": "2026-01-01"
}

Response

Share secure card details successfully updated