Skip to main content

Update

PATCH 

/transfer-consents/:id

Update the status of TransferConsent.

Request

Path Parameters

    id uuidrequired

Body

required

The partial of TransferConsent, only containing the fields that should be updated.

    transfer_consent

    object

    Partial Transfer consent, only containing the fields that should be updated. The status of savehack launch can be changed by setting the consentedAt and rejectedAt timestamps respectively.

    consentedAt RFC3339
    rejectedAt RFC3339

Responses

Request was successful

Schema

    transferConsent

    object

    id uuidrequired
    maxFrequency stringrequired

    Possible values: [once day week month year]

    maxAmountCents numberrequired
    savehackLaunchId uuidrequired
    obsoleteSavehackLaunchId uuid

    user

    object

    type stringrequired
    id stringrequired
    externalId string
Loading...