@RestController
@RequestMapping(path="api/v1/bulk-payments/{payment-product}")
public class BulkPaymentInitiationController
extends Object
| Constructor and Description |
|---|
BulkPaymentInitiationController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<PaymentInitialisationResponse>> |
createBulkPaymentInitiation(String paymentProduct,
String tppSignatureCertificate,
List<SinglePayment> payments) |
@PostMapping public org.springframework.http.ResponseEntity<List<PaymentInitialisationResponse>> createBulkPaymentInitiation(@PathVariable(value="payment-product") String paymentProduct, @RequestHeader(name="tpp-signature-certificate",required=false) String tppSignatureCertificate, @RequestBody List<SinglePayment> payments)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.