Starts signing basket authorisation process
POST/v1/signing-baskets/:basketId/authorisations
This works like the authorisation flow for a single payment works. 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
RESOURCE_BLOCKED
Unauthorized
RESOURCE_UNKNOWN
Internal Server Error