POST
/
data
/
add
{
  "status": "Ok",
  "payload": {
    "card_reference": "<string>"
  }
}

Body

application/json
The request body might be JWE + JWS encrypted when using middleware
merchant_id
string
Example:

"m0100"

merchant_customer_id
string
Example:

"HsCustomer1"

requester_card_reference
string
Example:

"3ffdf1e5-7f38-4f26-936f-c66a6f4296fa"

card
object
enc_card_data
string
Example:

"qwe4tyusdfg"

Response

200 - application/json
Store Data Response

Response received if the data was stored successfully

status
enum<string>
Available options:
Ok
payload
object