Skip to main content

Saving CIMToken for transaction


ApiScope: payment.cimtoken.write
API Scope Level: DepartmentScope
Path Parameters
    departmentUuid string required
Request Body required
    tokens object
    property name* string
    transactionUuid string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
POST /v4/departments/:departmentUuid/credit-card-cim-tokens

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/payment
Username
Password
departmentUuid — path required
Body required
{
"tokens": {},
"transactionUuid": "string"
}
curl / cURL
curl -L -X POST '/payment/v4/departments/:departmentUuid/credit-card-cim-tokens' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"tokens": {},
"transactionUuid": "string"
}'