Core Data
Packages
Retrieve the pre-configured packages (also known as sign-up profiles) for the merchant/partner. Use the CP or action code to register a merchant, ensuring the correct settings are configured upon the creation of the merchant.
get/v2/packages
Response
OK
Example response
{
"packages": [
{
"translations": {
"translations": {
"name": {
"nl_NL": "...",
"en_GB": "..."
},
"description": {
"nl_NL": "...",
"en_GB": "..."
}
}
},
"createdAt": "2024-06-04T08:15:00+01:00",
"modifiedAt": "2024-06-04T08:15:00+01:00",
"deletedAt": "A-1234-4321"
}
],
"total": 10
}Changes
No recorded changes to this endpoint across all 1 revision of this API.