Logo
Adyen in-person payments API Documentation

Cancel card acquisition

POST {{baseUrl}}

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'baseUrl' -H 'Content-Type: application/json' -d '{"SaleToPOIRequest":{"MessageHeader":{"ProtocolVersion":"3.0","MessageClass":"Service","MessageCategory":"EnableService","MessageType":"Request","ServiceID":"serviceId","SaleID":"saleId","POIID":"poiId"},"EnableServiceRequest":{"TransactionAction":"AbortTransaction","DisplayOutput":{"Device":"CustomerDisplay","InfoQualify":"Display","OutputContent":{"PredefinedContent":{"ReferenceID":"DeclinedAnimated"},"OutputFormat":"Text","OutputText":[{"Text":"Cancelled!"},{"Text":"The request was cancelled"}]}}}}}'

ENDPOINTS