POSPointe
  1. Transaction
POSPointe
POSPointe GiftCard Server
  • POSPointe GiftCard Server
  • Pospointe Trans
  • MyPOSPointe API
  • Pospointe Agent
  • Pospointe Loyalty
  • Introduction
  • Health
    • /Health - GET
      GET
  • Auth
    • /Auth/verify - PUT
      PUT
  • Tokenization
    • /v1/Token - POST
      POST
  • Batch
    • /Batch/{storeid} - GET
      GET
    • /Batch/batch/{storeid} - POST
      POST
  • Transaction
    • /Transaction/balancecheck - POST
      POST
    • /Transaction/sellnewcard - POST
      POST
    • /Transaction/reload - POST
      POST
    • /Transaction/radeem - POST
      POST
    • /Transaction/changestatus - PATCH
      PATCH
  1. Transaction

/Transaction/changestatus - PATCH

PATCH
https://giftcard.myposerver.com/Transaction/changestatus

Request

Body Params application/json

Example
{
    "encrypted": "string",
    "cardtoken": "string",
    "status": true,
    "reason": "string"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://giftcard.myposerver.com/Transaction/changestatus' \
--header 'Content-Type: application/json' \
--data-raw '{
    "encrypted": "string",
    "cardtoken": "string",
    "status": true,
    "reason": "string"
}'

Responses

🟢200OK
application/json
Body

Example
{}
Modified at 2024-09-04 05:09:20
Previous
/Transaction/radeem - POST
Built with