Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R14.1.0

Excerpt

This method is used in order to explicitly decline Netflix Charges were retrieved by an Operator. Netflix charges can be declined as long as they were not processed by Netflix. Up to 50 charges can be declined through each call

...

Name

Type

Description

token

String

The token retrieved from the login method

netflix charges parameters referred objects

(mandatory)

Set of Declined Netflix Charge Objects

The netflix charges that were received by the operator and were declined.

Maximum 50 charges can be declined through each call

...

Expand
titleExample 1

HTTP Method: POST

 

Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "token":"{{token}}",
    "declined_charges_set":[
        {
            "number":"I00002706",
            "billing_system_customer_identifier":"pci155"
        }
    ]
}

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "data": {},
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}