@RestController @RequestMapping(path="aspsp-api/v1/pis/transaction-status") public class CmsAspspPisTransactionController extends Object
| Constructor and Description |
|---|
CmsAspspPisTransactionController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<Void> |
updatePaymentStatus(String paymentId,
String status,
String instanceId) |
@PutMapping(path="/{payment-id}/status/{status}")
public org.springframework.http.ResponseEntity<Void> updatePaymentStatus(@PathVariable(value="payment-id")
String paymentId,
@PathVariable(value="status")
String status,
@RequestHeader(value="instance-id",required=false,defaultValue="UNDEFINED")
String instanceId)
Copyright © 2020. All rights reserved.