Creates a paymentIntent with a given amount (paymentIntents.createApiPaymentIntents) [autoAlias]
POST/api/v1/paymentIntents/private
Creates a paymentIntent with a given paymentMethod, prices and paymentRequestId.The paymentIntent will have an expiration date of 10 minutes from the moment of creation.
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
- 408
- 422
- 500
Error in the request.
Not authorized, a valid access api key is required.
Access to the specified resource is forbidden. Seek the required permissions.
Document or entity not found.
The service timed out while processing the request.
Unable to process the request content given the request type.
There was an error.