Confirm an addon payment
Headers
-
Content-Type
string -
Accept
string
Path parameters
-
addonSubscription_uuid
string Required
POST
/api/v1/addon-subscriptions/{addonSubscription_uuid}/confirm-payment
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addon-subscriptions/addonSubscription_uuid/confirm-payment' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"uuid": "fbf0346d-3e18-403c-8c3a-2e715cd46b23",
"addon": {
"id": "transact_valuation_feed",
"name": "Transact Valuation Feed",
"price": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
}
},
"params": {
"pin": {
"type": "text",
"inputs": [],
"example": "secret-password-123",
"options": [],
"required": false,
"list_type": null,
"attributes": [],
"description": "TRDS Password (Not Your Transact Password)"
},
"third_pin": {
"type": "text",
"inputs": [],
"example": "secret-password-123",
"options": [],
"required": false,
"list_type": null,
"attributes": [],
"description": "Third TRDS Password (Not Your Transact Password)"
},
"second_pin": {
"type": "text",
"inputs": [],
"example": "secret-password-123",
"options": [],
"required": false,
"list_type": null,
"attributes": [],
"description": "Second TRDS Password (Not Your Transact Password)"
},
"access_code": {
"type": "text",
"inputs": [],
"example": "555-123-456",
"options": [],
"required": false,
"list_type": null,
"attributes": [],
"description": "Transact Number"
},
"third_access_code": {
"type": "text",
"inputs": [],
"example": "555-123-456",
"options": [],
"required": false,
"list_type": null,
"attributes": [],
"description": "Third Transact Number"
},
"second_access_code": {
"type": "text",
"inputs": [],
"example": "555-123-456",
"options": [],
"required": false,
"list_type": null,
"attributes": [],
"description": "Second Transact Number"
}
},
"category": "valuation_feed_integration",
"icon_url": "https://plannrcrm.com/icon.png",
"banner_url": "https://plannrcrm.com/banner.png",
"is_visible": true,
"description": "Provides an automatic holding and valuation feed via a transact integration",
"free_trial_days": 30,
"setup_instructions": "Retrieve your transact api key from https://www.transact-online.co.uk/contact-us/",
"can_be_subscribed_to": true
},
"enabled": "true",
"created_at": "2025-06-19T21:11:42+01:00",
"updated_at": "2025-06-19T21:11:42+01:00",
"trial_ends_at": "2025-07-03",
"trial_ends_in_days": 14,
"payment_confirmed_at": "2025-07-07"
}