Skip to content
Last updated

15 Jan Detailed Changelog

Multiple ID fields are now explicitly documented as int64 (64-bit integer). Please ensure your integration stores these IDs using the appropriate 64-bit type (e.g., Long in Java, BIGINT in SQL).

Key fields to note:

  • transfer ID - approaching the int32 upper bound
  • recipient ID - approaching the int32 upper bound
  • card transaction ID - past the int32 upper bound
  • user ID
  • profile ID
  • balance ID

The detailed changelog of data type updates across API endpoints is listed below. Review to confirm your integration uses 64-bit data types where required.

EndpointUpdated fields
Addressprofile, id
Balanceid
Balance ConversionprofileId, sourceBalanceId, targetBalanceId
Balance - Excess Money AccountprofileId, recipientId, userProfileId
Balance StatementbalanceId, query.accountId
Bank Account DetailsprofileId, targetAccountId, id
Batch GroupprofileId, version, shortId, userId, accountId, id, paymentInitiationId
CardprofileId, pageSize, pageNumber
Card OrderlifetimeLimit, cardHolderProfileId, id, profileId
Card TransactionbalanceTransactionId, balanceId
Caseid
Comparisonid
DisputesprofileId, transactionId
Direct Debit Accountid
Multi-Currency Accountid, profileId, recipientId
One Time Tokenvalidity, userId
Profileid, address.id, operationalAddresses[n].id
Quote Objectuser, profile, option.price.priceSetId
Quote - Update a quotetargetAccount
Quote - Create authenticated quoteprofileId, targetAccount
Recipientid, creatorId, profileId, seekPosition
Recipient - Create Recipient Accountprofile
Recipient - List Recipient AccountsprofileId, creatorId
Spend Controlsid
Transferprofile
Transfer - Standard Transferid, user, targetAccount, sourceAccount, quote, business
Transfer - Originator Transferid, user, targetAccount, sourceAccount, business
Transfer - Create a TransfertargetAccount, sourceAccount
Transfer - Create Third PartytargetAccount
Transfer - Partner License TransfertargetAccount, sourceAccount
Transfer - List of completed paymentsid
Userid, details.primaryAddress
User Securityid
3DS challenge events (webhook event type)data.resource.profile_id, data.challenge_expires_after
Account details order state change event (webhook event type)data.profile_id
Account details payment state change event (webhook event type)data.transfer.id
Additional verification state change event (webhook event type)data.resource.id
Balance account state change event (webhook event type)data.resource.id, data.resource.profile_id
Balance credit events (webhook event type)data.resource.id, data.resource.profile_id
Balance update event (webhook event type)data.resource.id, data.resource.profile_id, data.balance_id
Card order status change events (webhook event type)data.resource.profile_id
Card production status change events (webhook event type)data.resource.profile_id
Card status change events (webhook event type)data.resource.profile_id
Card transaction state change events (webhook event type)data.resource.profile_id, data.transaction_id, data.balance_transaction_id , data.debits[0].balance_id , data.credit.balance_id
KYC review state change event (webhook event type)data.resource.profileId
Overdraft limit threshold event (webhook event type)data.resource.id
Profile state change event (webhook event type)data.resource.id
Swift receive credit events (webhook event type)data.action.id, data.action.profile_id, data.action.account_id
Transaction disputes update events (webhook event type)data.resource.profile_id, data.resource.transaction_id
Transfer active cases event (webhook event type)data.resource.id, data.resource.profile_id, data.resource.account_id
Transfer payout failure event (webhook event type)data.transfer_id, data.profile_id
Transfer refund event (webhook event type)data.resource.id, data.resource.profile_id,data.resource.account_id
Transfer state change event (webhook event type)data.resource.id, data.resource.profile_id,data.resource.account_id
User state change events (webhook event type)data.resource.id
Verification state change event (webhook event type)data.resource.id