Confirm a savings plan transaction

This endpoint is used to confirm the reservation of funds for a transaction associated with a savings plan. When a transaction related to a savings plan needs to be initiated, Partners are notified via webhook events in advance. Following this notification, they must use this endpoint to confirm the reservation of funds, ensuring the transaction is validated and processed according to the savings plan terms. If the transaction is not confirmed, that recurrence of the savings plan is skipped.

SecuritybearerAuth
Request
path Parameters
external_transaction_id
required
string

External transaction ID. It'll be generated, when Bitpanda create the savings plan notice.

Example: 1eda5f65-eb10-64ce-b872-0242ac12000b
Responses
200

Success Response

401

Unauthorized

404

Not Found

405

Not Allowed

422

Validation Error

429

Too Many Requests

500

Internal Error

503

Maintenance or Service unavailable

patch/v1/savings-plan/transaction/{external_transaction_id}/confirm
Request samples
Response samples
application/json
{
  • "data": {
    }
}