Skip to main content
POST
/
v1
/
{cardId}
/
provision
/
samsungpay
Samsung Pay push provisioning
curl --request POST \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/wallet/v1/{cardId}/provision/samsungpay' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientAppID": "<string>",
  "clientDeviceID": "<string>",
  "clientWalletAccountID": "<string>"
}
'
{
  "digitizationData": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cardId
integer<int64>
required

CardId for the card that should be provisioned (returned from card operation)

Query Parameters

auditUser
string
required

The audit user to log the request

Body

application/json
clientAppID
string

Only applicable for VTS customers

Maximum string length: 36
clientDeviceID
string
clientWalletAccountID
string

Response

OK

digitizationData
string

Base64 encoded json structure containing needed data for MDES/VTS