Request, cancel, or reinstate a GoCardless mandate for an account.
post
Required scopes
This endpoint requires the following scopes:
: Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Account id
Header parameters
api-versionstringOptional
Body
Responses
200
Success
application/json
string · enumOptionalPossible values:
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
post
/Accounts/{id}/RequestPaymentDetails/GoCardless
Delete Account
delete
Required scopes
This endpoint requires the following scopes:
: Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
accountIdstring · uuidRequired
The identifier of the account
Header parameters
api-versionstringOptional
Responses
200
Success
No content
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
404
Not Found
application/json
delete
/Accounts/{accountId}
No content
Get Account subscriptions.
get
Required scopes
This endpoint requires the following scopes:
: Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Query parameters
FilterstringOptional
Filter the results. See developer resources for more information
Example: name eq 'Adam' and age gt 20
OrderBystringOptional
Sorting the results. See developer resources for more information
Example: accountNumber Desc
ModifiedAfterstring · date-timeOptional
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
Example: 2026-03-01
ModifiedBeforestring · date-timeOptional
Filter is also applied on sub entities: 'orderProducts', 'orderCharges', 'chargeDetails', 'orderDiscounts', 'milestones' and 'customFields' on these entities
Example: 2026-03-01
PageSizeinteger · int32Optional
Page Size
Example: 20
PageNumberinteger · int32Optional
Page Number
Example: 1
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
totalPagesinteger · int32 · nullableOptional
totalCountinteger · int32Optional
nextPagestring · uri · nullableOptional
previousPagestring · uri · nullableOptional
firstPagestring · uri · nullableOptional
lastPagestring · uri · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
/Accounts/{id}/Subscriptions
Get Account invoices.
get
Required scopes
This endpoint requires the following scopes:
: Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Account id
Query parameters
FilterstringOptional
Filter the results. See developer resources for more information
Example: name eq 'Adam' and age gt 20
OrderBystringOptional
Sorting the results. See developer resources for more information
Example: accountNumber Desc
ModifiedAfterstring · date-timeOptional
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
Example: 2026-03-01
ModifiedBeforestring · date-timeOptional
Filter is also applied on sub entities: 'invoiceLines' and 'customFields' on these entities
Example: 2026-03-01
PageSizeinteger · int32Optional
Page Size
Example: 20
PageNumberinteger · int32Optional
Page Number
Example: 1
mappedResponseFlagbooleanOptionalDefault: false
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
totalPagesinteger · int32 · nullableOptional
totalCountinteger · int32Optional
nextPagestring · uri · nullableOptional
previousPagestring · uri · nullableOptional
firstPagestring · uri · nullableOptional
lastPagestring · uri · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
/Accounts/{id}/Invoices
Get Account SalesOrders.
get
Required scopes
This endpoint requires the following scopes:
: Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Query parameters
FilterstringOptional
Filter the results. See developer resources for more information
Example: name eq 'Adam' and age gt 20
OrderBystringOptional
Sorting the results. See developer resources for more information
Example: accountNumber Desc
ModifiedAfterstring · date-timeOptional
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
Example: 2026-03-01
ModifiedBeforestring · date-timeOptional
Filter is also applied on sub entities: 'orderProducts', 'orderCharges', 'chargeDetails', 'orderDiscounts', 'milestones' and 'customFields' on these entities