Initiate a PaysafeCash Payment
POST/payments
Every PaysafeCash payment begins with an initiate payment request.
Upon successful execution, the payment status is INITIATED.
To initiate a payment for a business rather than a private customer,
send the same request with the business object. In that case the
business id is mandatory and must already be registered through the
Business Details API.
The optional Correlation-ID header allows the merchant to provide part
of the payment identifier. The value must be unique per MID, contain up
to 41 characters, and use only a-z, A-Z, 0-9, _, or -.
Request
Responses
- 201
- 400
- 401
PaysafeCash payment initiated successfully.
Invalid payment request.
Authentication failed.