Skip to main content

change-log

December 12th, 2024

Changes done in Payment Links Page in customer's information section. After making updates, at Payment link page in customer's information section the following additional object are as follows:

  • Phone: Customer's phone number.(Required) //Updates done today December 12th, 2024 11:50 PM
  • Country: Customer's country from the dropdown.(Required) //Updates done today December 12th, 2024 11:50 PM
  • State Customer's state from the dropdown.(Required) //Updates done today December 12th, 2024 11:50 PM

After making updates, at Payment link page in Billing address section the following additional object are as follows:

  • First Name billing contact's first name (Required) // Updates done today December 12th, 2024 11:50 PM
  • Last Name billing contact's last name (Required) // Updates done today December 12th, 2024 11:50 PM
  • Email billing email address (Required) // Updates done today December 12th, 2024 11:50 PM
  • Phone billing phone number (Required) // Updates done today December 12th, 2024 11:50 PM
  • City billing address (Required) // Updates done today December 12th, 2024 11:50 PM
  • Country billing country from the dropdown (Required) // Updates done today December 12th, 2024 11:50 PM
  • State billing state from the dropdown (Required) // Updates done today December 12th, 2024 11:50 PM
  • Zip billing ZIP code (Required) // Updates done today December 12th, 2024 11:50 PM
  • Address billing address (Required) // Updates done today December 12th, 2024 11:50 PM

After making updates, at Payment link page in check box section.

  • Checkbox when billing and shipping address are same (Required/Optional) // Updates done today December 12th, 2024 11:50 PM

After making updates, at Payment link page in Shipping address section the following objects are as follows:

  • First Name billing contact's first name (Required) // Updates done today December 12th, 2024 11:50 PM
  • Last Name billing contact's last name (Required) // Updates done today December 12th, 2024 11:50 PM
  • Email billing email address (Required) // Updates done today December 12th, 2024 11:50 PM
  • Phone billing phone number (Required) // Updates done today December 12th, 2024 11:50 PM
  • City billing address (Required) // Updates done today December 12th, 2024 11:50 PM
  • Country billing country from the dropdown (Required) // Updates done today December 12th, 2024 11:50 PM
  • State billing state from the dropdown (Required) // Updates done today December 12th, 2024 11:50 PM
  • Zip billing ZIP code (Required) // Updates done today December 12th, 2024 11:50 PM
  • Address billing address (Required) // Updates done today December 12th, 2024 11:50 PM

December 10th, 2024

Changes done in Create Transaction Page in Extra Info section. After making updates, at create transaction page in extraInfo section the following additional object are as follows:

  • state: Customer's address state. (required) //Updates done today December 10th, 2024 3:10 PM Changes done in Create Transaction Page in Billing Address section. After making updates, at create transaction page in billingAddress section the following object are as follows:
  • firstName: Customer's firstName. (required) //Updates done today December 10th, 2024 3:10 PM
  • lastName: Customer's lastName. (required) //Updates done today December 10th, 2024 3:10 PM
  • email: Customer's email. (required) //Updates done today December 10th, 2024 3:10 PM
  • phone: Customer's phoneNumber. (required) //Updates done today December 10th, 2024 3:10 PM
  • city: Customer's address city. (required) //Updates done today December 10th, 2024 3:10 PM
  • address: Customer's address. (required) //Updates done today December 10th, 2024 3:10 PM
  • zip: Customer's address zip. (required) //Updates done today December 10th, 2024 3:10 PM
  • state: Customer's address state. (required) //Updates done today December 10th, 2024 3:10 PM
  • country: Customer's address country. (required) //Updates done today December 10th, 2024 3:10 PM

Changes done in Create Transaction Page in Shipping Address section. After making updates, at create transaction page in shippingAddress section the following object are as follows:

  • firstName: Customer's firstName. (required) //Updates done today December 10th, 2024 3:10 PM
  • lastName: Customer's lastName. (required) //Updates done today December 10th, 2024 3:10 PM
  • email: Customer's email. (required) //Updates done today December 10th, 2024 3:10 PM
  • phone: Customer's phoneNumber. (required) //Updates done today December 10th, 2024 3:10 PM
  • city: Customer's address city. (required) //Updates done today December 10th, 2024 3:10 PM
  • address: Customer's address. (required) //Updates done today December 10th, 2024 3:10 PM
  • zip: Customer's address zip. (required) //Updates done today December 10th, 2024 3:10 PM
  • state: Customer's address state. (required) //Updates done today December 10th, 2024 3:10 PM
  • country: Customer's address country. (required) //Updates done today December 10th, 2024 3:10 PM

December 09th, 2024

Changes done in Listen To Webhooks "To configure webhooks point no 03".

December 09th, 2024

Updates done in Create Transaction Page in Extra Info section.

After making updates, at create transaction page in extraInfo section the following additional object are as follows:

  • customerUniqueId: Customer's unique Id. (required) //Updates done today December 9th, 2024 3:00 PM
  • city: Customer's address city. (required) //Updates done today December 9th, 2024 3:00 PM
  • zip: Customer's address zip code. (required) //Updates done today December 9th, 2024 3:00 PM
  • address1: Customer's address line no 1. (required) //Updates done today December 9th, 2024 3:00 PM
  • address2: Customer's address line no 2. (required) //Updates done today December 9th, 2024 3:00 PM

November 8th, 2024

Added address1 and address2 to create transaction request

{
"amount": "220.0",
"key": "dummy-key-1234-5678-91011",
"paymentCurrencyAlpha3Code": "GBP",
"redirectionUrl": "https://client-frontend-transaction-completion-handler",
"paymentInstrumentType": "CARD",
"paymentInstrumentSubType": "DEBIT_CARD",
"extraInfo": {
"firstName": "John",
"lastName": "Doe",
"emailId": "john.doe@example.com",
"customerUniqueId": 1234567890,
"city": "cty value",
"zip": "123123", //August 7th, 2024 7:17 PM
"address1": "please provide address line no 1", //Changes done on November 8th, 2024 11:26 PM
"address2": "please provide address line no 2" //Changes done on November 8th, 2024 11:26 PM
},
"billingCountryAlpha2Code": "GB"
}

August 20th, 2024

Added Server Status Page.

August 7th, 2024

To initiate a transaction, you would generate a POST request to the specified URL with the following request body:

{
"amount": "220.0",
"key": "dummy-key-1234-5678-91011",
"paymentCurrencyAlpha3Code": "GBP",
"redirectionUrl": "https://client-frontend-transaction-completion-handler",
"paymentInstrumentType": "CARD",
"paymentInstrumentSubType": "DEBIT_CARD",
"extraInfo": {
"firstName": "John",
"lastName": "Doe",
"emailId": "john.doe@example.com",
"customerUniqueId": 1234567890
},
"billingCountryAlpha2Code": "GB"
}

After making changes, the request body for initiating a transaction now includes additional fields within the extraInfo object. The updated request body is as follows:

{
"amount": "220.0",
"key": "dummy-key-1234-5678-91011",
"paymentCurrencyAlpha3Code": "GBP",
"redirectionUrl": "https://client-frontend-transaction-completion-handler",
"paymentInstrumentType": "CARD",
"paymentInstrumentSubType": "DEBIT_CARD",
"extraInfo": {
"firstName": "John",
"lastName": "Doe",
"emailId": "john.doe@example.com",
"customerUniqueId": 1234567890,
"city": "cty value", //August 7th, 2024 7:17 PM
"zip": "123123" //August 7th, 2024 7:17 PM
},
"billingCountryAlpha2Code": "GB"
}