Skip to content

Commit

Permalink
Update latest definitions files
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored and github-actions[bot] committed Feb 14, 2025
1 parent eb47c4c commit a3312f4
Showing 1 changed file with 119 additions and 3 deletions.
122 changes: 119 additions & 3 deletions postman/BalancePlatformService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"name": "Grant offers",
"item": [
{
"name": "/grantOffers",
"name": "/grantOffers (DEPRECATED)",
"description": "Returns a list of all [grant offers](https://docs.adyen.com/platforms/capital#grant-offers) available for `accountHolderId` specified as a query parameter.",
"item": [
{
Expand Down Expand Up @@ -236,7 +236,7 @@
]
},
{
"name": "/grantOffers/:grantOfferId",
"name": "/grantOffers/:grantOfferId (DEPRECATED)",
"description": "Returns the details of a single grant offer.",
"item": [
{
Expand Down Expand Up @@ -2129,7 +2129,7 @@
"name": "Grant accounts",
"item": [
{
"name": "/grantAccounts/:id",
"name": "/grantAccounts/:id (DEPRECATED)",
"description": "Returns the details of the [grant account](https://docs.adyen.com/platforms/capital#grant-account).",
"item": [
{
Expand Down Expand Up @@ -5201,6 +5201,122 @@
]
},
"description": "Initiates the registration of a user's device for Strong Customer Authentication (SCA). You can register SCA devices for [business accounts](https://docs.adyen.com/platforms/business-accounts/sca/register-devices) or [Adyen-issued cards](https://docs.adyen.com/issuing/3d-secure/oob-auth-sdk/register-devices). For a successful request, the device must be eligible for SCA."
}
,"response": [
]
}
]
},
{
"name": "/registeredDevices/:deviceId/associations",
"description": "Completes an association between a user's registered SCA device and an Adyen resource. For example, you can associate an SCA device with additional [business accounts](https://docs.adyen.com/platforms/business-accounts/sca/register-devices) or [Adyen-issued cards](https://docs.adyen.com/issuing/3d-secure/oob-auth-sdk/register-devices). To complete the association, this endpoint validates the authentication data of the registered device.",
"item": [
{
"name": "Complete an association between an SCA device and a resource",
"request": {
"method": "PATCH",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"disabled": false
},
{
"key": "Accept",
"value": "application/json",
"description": "",
"disabled": false
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": \"<string>\",\n \"strongCustomerAuthentication\": \"<string>\",\n \"type\": \"<string>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/registeredDevices/:deviceId/associations",
"host": [
"{{baseUrl}}"
],
"path": [
"registeredDevices",
":deviceId",
"associations"
],
"variable": [
{
"key": "deviceId",
"value": "",
"description": "The unique identifier of the SCA device that you are associating with a resource."
}
],
"query": [
]
},
"description": "Completes an association between a user's registered SCA device and an Adyen resource. For example, you can associate an SCA device with additional [business accounts](https://docs.adyen.com/platforms/business-accounts/sca/register-devices) or [Adyen-issued cards](https://docs.adyen.com/issuing/3d-secure/oob-auth-sdk/register-devices). To complete the association, this endpoint validates the authentication data of the registered device."
}
,"response": [
]
}
]
},
{
"name": "/registeredDevices/:deviceId/associations",
"description": "Initiates an association between a user's registered SCA device and an Adyen resource. For example, you can associate an SCA device with additional [business accounts](https://docs.adyen.com/platforms/business-accounts/sca/register-devices) or [Adyen-issued cards](https://docs.adyen.com/issuing/3d-secure/oob-auth-sdk/register-devices).",
"item": [
{
"name": "Initiate an association between an SCA device and a resource",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"description": "",
"disabled": false
},
{
"key": "Accept",
"value": "application/json",
"description": "",
"disabled": false
}
],
"body": {
"mode": "raw",
"raw": "{\n \"ids\": \"<string>\",\n \"type\": \"<string>\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/registeredDevices/:deviceId/associations",
"host": [
"{{baseUrl}}"
],
"path": [
"registeredDevices",
":deviceId",
"associations"
],
"variable": [
{
"key": "deviceId",
"value": "",
"description": "The unique identifier of the SCA device that you are associating with a resource."
}
],
"query": [
]
},
"description": "Initiates an association between a user's registered SCA device and an Adyen resource. For example, you can associate an SCA device with additional [business accounts](https://docs.adyen.com/platforms/business-accounts/sca/register-devices) or [Adyen-issued cards](https://docs.adyen.com/issuing/3d-secure/oob-auth-sdk/register-devices)."
}
,"response": [
]
Expand Down

0 comments on commit a3312f4

Please sign in to comment.