Update Default Payment
Update the default payment method for a user by ID
Endpoint Details
GET
/users/payments/updateDefault/{userId}/{paymentId}
Headers
Content-Type
application/json
Authorization
Bearer <YOUR_ACCESS_TOKEN>
Path Parameters
userId
string
Existing user identifier, returned upon session creation or update
paymentId
string
Default payment identifier of the user
Response Details
statusCode
number
HTTP status code of the response
message
string
A brief message describing the result of the API call
metadata
Contains metadata about the API call
auth
Authentication object, only when refresh in true
data
boolean
Updating the payment to isDefault
Metadata Object
languages
Array<string>
List of supported languages for the response, e.g. ["en"]
timestamp
string
Unix timestamp (in milliseconds) when the response was generated
timezone
string
Timezone used for the response, always "UTC"
requestId
string
Unique identifier for the API request. Used for debugging and support
path
string
API path
version
string
API version used for the request
Sample Request and Response
Last updated