Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENWORK and version Documentation
Section
Column
width900px

Data element

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1624007586838_1515715646
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamepaymentAddData
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1624007586841_-797593899
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1

senderData

object

C

Contains information data about the payment sender

Enthält Informationen über den Sender der Zahlung
2

recipientData

object

C

Contains information data for the payment recipient

Enthält Informationen für den Empfänger der Zahlung

senderData

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1631008289402_214741840
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamesenderData
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1631008289405_1700846458
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1senderAccNuman..34C

Contains the sender’s bank account number from which the funds are to be taken.

Note that this is to be consistent with "srcOfFunds" and "senderAccType", i.e IBAN, RTN + Bank account or Bank account + BIC.

(Note: the data must be separated by '+' and in the order specified)

Enthält die Kontonummer des Senders, von dem die Gelder genommen werden sollen.

Das muss konsistent sein mit "srcOfFunds" und "senderAccType", d.h. IBAN, RTN + Bankkonteo oder Bankkonto + BIC.

(Hinweis: die Daten müssen durch '+' getrennt sein und in der angegebenen Reihenfolge stehen)

2senderNamean..30CContains the name of the person or business for the account from which funds are to be takenEnthält den Namen der Person oder Firma für das Konto, von dem die Gelder genommen werden sollen
3senderAddran..35CContains the address of the person or business for the account from which funds are to be takenEnthält die Adresse der Person oder Firma für das Konto, von dem die Gelder genommen werden sollen
4senderCityan..25CContains the city of the person or business for the account from which funds are to be takenEnthält den Ort der Person oder Firma für das Konto, von dem die Gelder genommen werden sollen
5senderCountryan..3CContains the country of the person or business’s account from which funds are to be taken. To be sent in number 3 Digit ISO standard.Enthält das Land der Person oder Firma für das Konto, von dem die Gelder genommen werden sollen. Der Ländercode ist 3-stellig gemäß ISO-Standard anzugeben.
6srcOfFundsenumC

It indicates the method used by the sender to fund a Payment of winning transaction.

01= credit

02= debit

03= prepaid

04= Cash

05= Deposit account

07 = Mobile Money account

Gibt die vom Sender verwendete Methode zur Zahlung einer Payment of winning Transaktion an.

01= credit

02= debit

03= prepaid

04= Cash

05= Deposit account

07 = Mobile Money account

7senderAccTypeenumC

Describes the value sent in "SenderAccNum"

01 – RTN + Bank Account number

02 – IBAN

03 – Card account

06 – Bank account number + Bank identification code

Das beschreibt den gesendeten Wert in "SenderAccNum"

01 – RTN + Bankkontonummer

02 – IBAN

03 – Kartenkonto

06 – Bankkontonummer + Bank identification code

recipientData

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1631010722232_347347401
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamerecipientData
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1631010722235_-1322386983
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1recipientNamean..30C

Contains the name of the recipient of the Payment of winnings transaction.

Required especially for cross-border gaming payments.

Enthält den Namen des Empfängers einer Payment of winnings Transaktion.

Besonders bei grenzüberschreitenden Gaming-Zahlungen erforderlich.

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt
MultiExcerptNameschema_paymentAddData
Code Block
languagejson
linenumberstrue
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "BASEURL/paymentAddData.json",
  "title": "paymentAddData",
  "description": "Data related to Payment Transactions i.e MasterCard Payment of Winnings or VISA Direct/OCT",
  "type": "object",
  "properties": {
    "senderData": {
      "type": "object",
      "properties": {
        "senderAccNum": {
          "type": "string",
          "description": "It contains the sender’s bank account number from which the funds are to be taken. Note that this has to be consistent with (srcOfFunds) and (senderAccType) "
        },
        "senderName": {
          "type": "string",
          "description": "It contains the name of the person or business for the account from which funds are to be taken "
        },
        "senderAddr": {
          "type": "string",
          "description": "It contains the address of the person or business for the account from which funds are to be taken "
        },
        "senderCity": {
          "type": "string",
          "description": "It contains the city of the person or business for the account from which funds are to be taken "
        },
        "senderCountry": {
          "type": "string",
          "description": "It contains the country of the person or business’s account from which funds are to be taken. To be sent in number 3 Digit ISO standard "
        },
        "srcOfFunds": {
          "type": "string",
          "enum": [
            "01",
            "02",
            "03",
            "04",
            "05",
            "07"
          ],
          "description": "It indicates the method used by the sender to fund a Payment:  01-credit, 02-debit, 03-prepaid, 04-cash, 05-Deposit account, 07-mobile Money account"
        },
        "senderAccType": {
          "type": "string",
          "enum": [
            "01",
            "02",
            "03",
            "06"
          ],
          "description": "This is the descriptor of the value sent in (senderAccNum): 01-RTN + Bank Account number, 02-Iban, 03-Card account, 06-Bank account number + Bank identification code"
        }
      },
      "additionalProperties": false
    },
    "recipientData": {
      "type": "object",
      "properties": {
        "recipientName": {
          "type": "string",
          "description": "It contains the name of the recipient or the Payment of winnings transaction.Required especially in cross-border gaming payments "
        }
      },
      "additionalProperties": false
    }
  },
  "additionalProperties": false
}

Sample

Multiexcerpt
MultiExcerptNamesample
Code Block
languagejson
titleSample for JSON-structure
linenumberstrue
{
    "senderData": {
       "senderAccNum":"12345678ABC",
       "senderName":"John Doe",
       "senderAddr":"Altenburg 83",
       "senderCity":"Bamberg",
       "senderCountry":"276" ,
       "srcOfFunds":"05" ,
       "senderAccType":"06"
    },
    "recipientData": {
        "recipientName": "Marie Doe"
    }
}
Code Block
languagejson
titleSample base64-encoded value for API-parameter
linenumberstrue
PaymentAddData=ewogICAgInNlbmRlckRhdGEiOiB7CiAgICAgICAic2VuZGVyQWNjTnVtIjoiMTIzNDU2NzhBQkMiLAogICAgICAgInNlbmRlck5hbWUiOiJKb2huIERvZSIsCiAgICAgICAic2VuZGVyQWRkciI6IkFsdGVuYnVyZyA4MyIsCiAgICAgICAic2VuZGVyQ2l0eSI6IkJhbWJlcmciLAogICAgICAgInNlbmRlckNvdW50cnkiOiIyNzYiICwKICAgICAgICJzcmNPZkZ1bmRzIjoiMDUiICwKICAgICAgICJzZW5kZXJBY2NUeXBlIjoiMDYiCiAgICB9LAogICAgInJlY2lwaWVudERhdGEiOiB7CiAgICAgICAgInJlY2lwaWVudE5hbWUiOiAiTWFyaWUgRG9lIgogICAgfQp9
Column


Table of Contents