Creates the payment transactions

post

/service/v1/payments

This endpoint create the Payment transactions.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new Payment.
Root Schema : schema
Type: array
Show Source
Nested Schema : ScfPaymentDTO
Type: object
Payment details for Payments Model
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the the newly created payment.
Body ()
Root Schema : CreatePaymentsResponseCollection
Type: object
List of Create Payment Service Response
Show Source
Nested Schema : paymentList
Type: array
paymentList
Show Source
Nested Schema : CreatePaymentsResponse
Type: object
Show Source

400 Response

Bad Request

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top