Update a setup request
Update a setup request. Only provided fields will be updated. Can update description, payer, payment method, and expiration date.
Documentation Index
Fetch the complete documentation index at: https://docs.withacclaim.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the setup request.
Body
Optional description of the setup request
255"Updated setup request for customer"
ID of the payer to associate with this setup request
"pyr_AbC123XyZ"
Payment method data (e.g., payment_token, payment_method type)
When the setup request expires (ISO 8601 date-time string)
"2025-12-31T23:59:59Z"
IP address of the client making the request
"192.168.1.1"
User agent of the client making the request
"Mozilla/5.0..."
Optional metadata as key-value pairs
{ "custom_field": "value", "source": "api" }Response
Setup request updated successfully.
"trq_XyZ789AbC"
Current status of the setup request
RequiresPaymentMethod, RequiresAction, Processing, Succeeded, Failed, Canceled "RequiresPaymentMethod"
ID of the payer associated with this setup request
"pyr_AbC123XyZ"
Payment method associated with this setup request
External session identifier for this setup request
"trq_XyZ789AbC_abc123..."
Optional description of the setup request
"Tokenize payment method for customer"
Error code if the setup request failed
"validation_failed"
Human-readable error message if the setup request failed
"Payment method validation failed"
When the setup request expires
"2025-12-31T23:59:59Z"
When the setup request was completed
"2025-10-08T18:25:00Z"
IP address of the client making the setup request
"192.168.1.1"
User agent string of the client making the setup request
"Mozilla/5.0..."
Optional metadata as key-value pairs
{ "custom_field": "value", "source": "api" }"2025-10-08T18:20:31Z"
"2025-10-08T18:25:00Z"