Creates payments signing basket
POST/v1/signing-baskets
The payments must have been created using POST /v1/payments/{payment-product} and the TPP must store the payment-ids until the signing basket is created. A signing basket operation is not atomic. Even if a signing basket only has a single status it only represents the worst case of all payments inside it. To get the status of individual payments, each payment status must be queried independently using GET /v1/payments/{payment-product}/{payment-id}/status.
Request
Responses
- 201
- 400
- 401
- 404
- 500
CREATED
REFERENCE_MIX_INVALID
Unauthorized
RESOURCE_UNKNOWN
Internal Server Error