Get recurring account
Get a previously created recurring account.
Request
your-authorization
should be replaced with your Authorization header, see Accessyour-user-id
in the URI, should be replaced with your identifier of the useryour-account-id
in the URI, should be replaced with the id for the account that should be retrieved
GET /v1/users/{your-user-id}/recurring-accounts/{your-account-id}
Accept: application/json
Authorization: $(your-authorization)
Response
Success
Response Schema: application/json
object (RecurringAccountDto) | |||||||||||||||||||
|
application/json
{- "account": {
- "merchantId": "merchantId",
- "id": "id",
- "status": "CREATED"
}
}
Error responses
Please refer to our HTTP response codes and Error codes to learn what error responses you may expect from the API.
Example
- curl
- Python
- Java
- C#
- Node.js
Try it
Loading...