Versions Compared

Key

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

...

Code Block
{
    "transaction" : { 
        "merchantId": "7699cab7-2dfa-4981-9c90-0d0c93c801ac ",	// Merchant UUID
        "amount": "10.00", 			    // Amount, containing cents 
        "currency": "EUR", 			    // ISO 4217 currency code 
        "country": "NL", 			    // ISO 3166-1 alpha-2 country code 
        "description": "TestPayment", 	            // Transaction description
        "accountHolderName" : "Test account holder" // Account holder name
    },
    "password": "MerchantTestPassword" // Merchant transactionAPI password, provided by Globadyme
}

...