Skip to main content
PATCH
Update scheduled payment profiles

Authorizations

Authorization
string
header
required

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

Body

application/json
schedule_transaction_ids
integer[]
required

Owned scheduled/failed schedule transaction IDs to update.

Minimum array length: 1
payment_profile_id
integer | null

Existing owned payment profile to apply. Required when new_payment_method is omitted.

new_payment_method
object | null

New one-time tokenized method to create and apply. Required when payment_profile_id is omitted.

Response

Scheduled payment profile updated.

message
string
required
Example:

"Scheduled payment profile updated."

data
object
required
Last modified on July 19, 2026