required
The time at which this data payload was valid. When sending events in realtime, this will usually be 'now'. This is used to merge data that arrives out-of-order.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
required
A unique identifier for this order.
|
required
A transaction is an attempt to charge a payment method to pay or be refunded for an order. You can think of it as the data included in your request from your application to a payment gateway. One order could have many transactions associated with it: e.g. pay part of balance with a card, pay part of balance with a voucher.
Show definition
|
important
A unique identifier for the transaction.
Required when sending a transaction before talking to the PSP, because the alternative gatewayReference cannot be known. If telling Ravelin about the transaction after processing it (as with a refund, for example) transactionId can be omitted in place of gateway and gatewayReference .
|
important
The time that the transaction is being attempted.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
important
|
optional
The currency of the amount of this transaction, as an ISO 4217 currency code.
Pattern: ^[a-zA-Z]{3}$
|
important
The type of transaction interacting with the payment method.
auth : An auth transaction is used to reserve funds on the customer's card without yet deducting it. Useful to verify whether the customer has sufficient funds in their account and reserving a limit when the final order price cannot be known. Sometimes known as a pre-auth.
capture : A capture transaction is used to immediately deduct authorised funds (up to the amount auth'd) from a customer's card.
auth_capture : A simultaneous combination of auth and capture in one transaction, for when there is no need to separately auth then capture. Typical with straight-forward "buy now"-style checkout.
refund : A refund transaction credit's a customer's payment method. If you do not know the payment method ID you are refunding to, but do know the original transaction, consult Associating refunds with payment methods.
void : A void transaction is the explicit discarding of authorization of funds.
use , redeem : Deprecated. See voucherRedemption on /v2/chargeback or /v2/paymentmethod/voucher.
One of:
preauth , auth , capture , auth_capture , void , refund , redeem , or use .
|
important
The gateway responsible for processing the transaction. Used to link to chargebacks. Usually only available after attempting the payment.
|
optional
Details on how 3D Secure (3DS) was used to authenticate the transaction.
Show definition
|
optional
Set to true if the 3D Secure authentication process was initiated for the transaction. The 3DS process is considered initiated when a check is performed to confirm issuer and cardholder enrolment, before asking for a challenge to be performed.
This is set to false if the 3DS process was not initiated and the transaction proceeded to authorisation.
|
optional
Set to true if a step-up authentication was initiated, for example, the customer was asked to enter a password or use a form of biometric authentication.
If attempted is set to false , then challenged should be omitted. If attempted is set to true , and a challenge was not presented to the customer, then this field should be set to false .
In 3DS2, if a customer achieves a frictionless authentication this should also be set to false .
|
optional
Set to true if the customer was successfully authenticated using 3D Secure (either through frictionless authentication or a challenge) and the 3DS process was completed successfully.
This field should be set to false if the customer was unable to authenticate themselves during the challenge process, if an error occured, or frictionless authentication was not successful.
This field should be omitted if attempted is set to false .
|
optional
The time at which the customer was directed to 3DS.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
The time at which the customer returned from 3DS.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Whether the customer is believed to have abandoned 3DS.
|
optional
The version of 3DS which was used to authenticate the customer. Either 1.0.2 or 2.1.0
|
optional
Whether the liability of the transaction resulting in a chargeback has moved from the merchant to the card issuer.
(See Liability Shift.)
|
optional
The Electronic Commerce Indicator (ECI) value returned by the issuer after authentication was attempted.
|
optional
The Transaction Status (transStatus) value received in the final authentication message. The final message type (PaRes, ARes, CRes) will vary depending on the version of 3DS and whether the customer was challenged.
|
optional
Provides information on why the transStatus field has the specified value. Will only be provided by the issuer when the transStatus value is N, U or R. (3DS 2 only)
|
optional
Identifies the type of message from which the transStatus value was received. (3DS 2 only)
|
optional
If the transStatus value is U the accompanying invalid request code (iReqCode) should be provided to further explain the reason authentication could not be performed. (3DS 1 only)
|
|
optional
|
optional
The merchant ID that the transaction was processed under. The merchant ID is used to identify you to your acquirer and the financial institutions that will be involved in processing the transaction.
|
optional
The acquirer is a financial institution with whom the merchant has a bank account.
|
optional
The BIN (Bank Identification Number) of the acquirer.
|
acquirerCountryCode
string
optional
The three letter country code of the country in which your acquirer will settle the payment.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
Whether this transaction is associated with a chargeback.
|
deprecated
The e-mail that the customer wants to be notified about this
transaction on.
|
deprecated
Deprecated in favour of amount . The debit amount of the
transaction in the lowest denomination of the currency.
|
deprecated
Deprected in favour of amount . The credit amount of the
transaction in the lowest denomination of the currency.
|
|
optional
An eventType should identify what event in your system triggered this API call.
Pattern: ^[a-zA-Z0-9][a-zA-Z0-9-_]*$
|
optional
The unique identifier of the customer. If your system allows anonymous
checkout then we recommend making this the customer's email address.
|
optional
A temporary ID for a customer when the real account ID has yet to be
minted. This must eventually be sent in conjunction with a real customer
ID to migrate the data into the full customer account.
|
optional
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
optional
One of the following:
|
card : A credit or debit card.
Show definition
|
required
Vault card payment method indicator.
One of:
card , creditcard , or debitcard .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
optional
The card network or scheme, such as visa or mastercard. Ravelin will identify the scheme on your behalf if you send the cardBin, which should be preferred.
|
important
A unique identifier for the physical card, shared between customers. Used
to link cards in Connect. Must not be a hash of the PAN.
If you use multiple PSPs who each generate their own equivalent of an
instrumentId, you should consider prefixing their values to indicate
their origin to avoid collisions. Common examples include Stripe's
fingerprint,
or Braintree's
unique_number_identifier).
|
pci, optional
The full Primary Account Number of the card. Used by Ravelin to determine the
instrumentId for this card. If specified, you do not need to provide instrumentId , cardBin
or cardLastFour .</br></br>
Only PCI DSS SAQ-D certified merchants should submit the PAN to Ravelin. You must not send requests
containing this field to api.ravelin.com , and must instead use pci.ravelin.com .</br></br>
Please see <a href='/guides/pci'>our PCI DSS documentation</a> for more information.
|
important
The first six digits of the card number/PAN. The Bank Identification
Number (BIN), recently more commonly known as the Issuer
Identification Number (IIN).
Given the BIN, Ravelin will populate the issuer, country of issuance,
and card type on your behalf.
|
important
The last four digits of the card number/PAN.
|
optional
The card issuer, who the true cardholder will report fraud to. Ravelin
will identify the issuer on your behalf if you send the cardBin ,
which should be preferred.
|
optional
Whether this is a prepaid debit card. Ravelin will identify whether
the card is prepaid on your behalf if you send the cardBin which
should be preferred.
|
optional
The country that the card was issued in. Ravelin will identify the
country of issuance on your behalf if you send the cardBin , which
should be preferred.
A ISO 3166-1 Alpha 3
or Alpha 2 country
code.
|
important
The expiry month of the card.
|
important
The expiry year of the card.
|
deprecated
The e-Wallet to which the customer associated the card.
One of:
applepay , googlepay , samsungpay , amazonpay , or visacheckout .
|
important
|
important
The address of the registered cardholder, as used to pass
AVS
checks. It is common to have fewer location details for this address,
but provide what you have.
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
Whether this payment method is a corporate card.
|
optional
Whether this payment method is a virtual card.
|
successfulRegistration
boolean
optional
Whether the card was successfully registered with your gateway/PSP.
|
important
The time that the card was saved to the customer's account. (Not the card start date.)
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
The time at which the payment method was last verified by the customer.
An example mechanism would be a random amount charged to the
customer's card that they can confirm the amount of.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Whether the card has been compromised.
|
important
The reason why the card is considered compromised.
One of:
cloned , databreach , found , lost , stolen , frozen , defrosted , or uncompromised .
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
Whether this card is still saved to the customer's account.
|
deprecated
Whether this card has been banned.
|
deprecated
The nickname the customer has given the payment method.
|
deprecated
The card network or scheme, such as visa or mastercard . Ravelin
will identify the cardType on your behalf if you send the cardBin ,
which should be preferred.
|
|
paymentMethodCipher : An encrypted payment method, containing the full card details encrypted via a
Ravelin SDK.
Show definition
|
required
Client-side encrypted card payment method indicator.
Only:
paymentMethodCipher .
|
required, pci
The card ciphertext produced by the Ravelin SDK card encryption.
This field constitutes cardholder data, and submission of this field therefore requires PCI DSS
SAQ-A or SAQ-AEP certification. You must not send requests containing this field to
api.ravelin.com , and must instead use pci.ravelin.com .
Please see our PCI DSS documentation for more information.</p>
|
required
The AES Key ciphertext produced by the Ravelin SDK card encryption.
|
required
The algorithm used to generate the ciphertexts.
|
optional
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
optional
The version of the Ravelin SDK that performed this encryption.
|
optional
The index of the public RSA key used to encrypt the card.
|
optional
An identifier for the public key used during encryption.
|
optional
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
When the payment method was added to the customer's account. Note: this is not the card start date.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
deprecated
The version of the ravelinjs library that performed this encryption.
|
|
cash : The customer is paying in cash, or a cash-based payment method.
Show definition
|
required
Indicator of a cash payment, or cash-based payment method (e.g. paysafecard).
Only:
cash .
|
optional
The name of the cash-based payment service used, if applicable.
|
|
bankaccount : Bank Accounts.
Show definition
|
required
Only:
bankaccount .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
required
The type of transfer: whether the customer is initiating the payment, or you are withdrawing funds from the customer's bank account based on an agreement to initiate payments on their behalf. Use "push" for a customer-initiated payment (e.g. a bank transfer) and "pull" for a merchant-initiated payment (e.g. Direct Debit).
One of:
push , or pull .
|
important
The name of the payment scheme or instrument used for the transfer of funds.
|
optional
IBAN (International Bank Account Number)
Following the ISO 13616:2007 standard.
|
optional
|
optional
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
The name of the account owner.
|
optional
Code assigned by central bank to identify bank that account is associated with.
Multiple bank code formats are supported.
|
optional
Name of bank which account belongs to.
|
optional
BIC - business identifier code for banks and other institutions.
Following the ISO9362 standard.
|
optional
The account number issued by the bank.
|
optional
The nickname for the payment method that the customers gives, if applicable.
|
important
The time that the card was saved to the customer's account. (Not the card start date.)
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
|
paypal : PayPal payments.
Show definition
|
required
Only:
paypal .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
optional
|
important
|
optional
The address of the account holder. It is common to have fewer location
details for this address, but provide what you have.
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
important
The time that the card was saved to the customer's account. (Not the card start date.)
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
The time at which the payment method was last verified by the customer.
An example mechanism would be a random amount charged to the
customer's card that they can confirm the amount of.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
The nickname for the payment method that the customers gives, if applicable.
|
optional
|
optional
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
If the payment method has been banned
|
deprecated
Whether the payment method is active for use by this account
|
|
credit : This payment method type should be used for any payments made using credit that a customer has with the merchant.
Show definition
|
required
Credit payment indicator.
Only:
credit .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
optional
The name of the store credit scheme used as a payment method, if applicable.
|
optional
When the payment method was added to the customer's account.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
|
invoice : This payment method should be used whenever the merchant provides credit to the customer.
Show definition
|
required
Invoice payment indicator.
Only:
invoice .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
important
The name of the invoice or 'buy now, pay later' scheme used, if applicable.
|
optional
When the payment method was added to the customer's account.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
The nickname for the payment method that the customers gives, if applicable.
|
optional
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
The email address used by the customer to register an invoice or 'buy now, pay later' payment method.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
|
wallet : A digital wallet payment method.
Show definition
|
required
Vault card payment method indicator.
Only:
wallet .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
required
The name of the digital wallet scheme or electronic payment service.
|
optional
The card network or scheme of the card used within a wallet payment method,
such as visa or mastercard. Ravelin will identify the cardScheme on your behalf
if you send the cardBin, which should be preferred.
|
important
A unique identifier for the physical card, shared between customers. Used
to link cards in Connect. Must not be a hash of the PAN.
If you use multiple PSPs who each generate their own equivalent of an
instrumentId, you should consider prefixing their values to indicate
their origin to avoid collisions. Common examples include Stripe's
fingerprint,
or Braintree's
unique_number_identifier).
|
pci, optional
The full Primary Account Number of the card. Used by Ravelin to determine the
instrumentId for this card. If specified, you do not need to provide instrumentId , cardBin
or cardLastFour .</br></br>
Only PCI DSS SAQ-D certified merchants should submit the PAN to Ravelin. You must not send requests
containing this field to api.ravelin.com , and must instead use pci.ravelin.com .</br></br>
Please see <a href='/guides/pci'>our PCI DSS documentation</a> for more information.
|
important
The first six digits of the card number/PAN. The Bank Identification
Number (BIN), recently more commonly known as the Issuer
Identification Number (IIN).
Given the BIN, Ravelin will populate the issuer, country of issuance,
and card type on your behalf.
|
important
The last four digits of the card number/PAN.
|
deprecated
The card network or scheme, such as visa or mastercard . Ravelin
will identify the cardType on your behalf if you send the cardBin ,
which should be preferred.
|
optional
The card issuer, who the true cardholder will report fraud to. Ravelin
will identify the issuer on your behalf if you send the cardBin ,
which should be preferred.
|
optional
Whether this is a prepaid debit card. Ravelin will identify whether
the card is prepaid on your behalf if you send the cardBin which
should be preferred.
|
optional
The country that the card was issued in. Ravelin will identify the
country of issuance on your behalf if you send the cardBin , which
should be preferred.
A ISO 3166-1 Alpha 3
or Alpha 2 country
code.
|
important
The expiry month of the card.
|
important
The expiry year of the card.
|
important
|
important
The address of the registered cardholder, as used to pass
AVS
checks. It is common to have fewer location details for this address,
but provide what you have.
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
successfulRegistration
boolean
optional
Whether the card was successfully registered with your gateway/PSP.
|
important
The time that the card was saved to the customer's account. (Not the card start date.)
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
The time at which the payment method was last verified by the customer.
An example mechanism would be a random amount charged to the
customer's card that they can confirm the amount of.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
Whether this card is still saved to the customer's account.
|
deprecated
Whether this card has been banned.
|
deprecated
The nickname the customer has given the payment method.
|
|
fromTransaction : Refer to the payment method used by a named transaction.
For usage examples, see
Saving payment methods after checkout
and Associating refunds with payment methods.
Show definition
|
required
Only:
fromTransaction .
|
important
The transaction ID to look up the payment method from.
|
important
The gateway that the transaction was processed through.
|
important
The gateway ref provided by the gateway for the transaction.
|
optional
|
|
directdebit : Direct Debits. - deprecated.
Show definition
|
required
Only:
directdebit .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
required
Only:
directdebit .
|
required
The type of direct debit scheme.
One of:
autogiro , bacs , becs , becsnz , betalingsservice , or sepa .
|
optional
IBAN (International Bank Account Number)
Following the ISO 13616:2007 standard.
|
optional
|
optional
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
The name of the account owner.
|
optional
Code assigned by central bank to identify bank that account is associated with.
Multiple bank code formats are supported.
|
optional
Name of bank which account belongs to.
|
optional
BIC - business identifier code for banks and other institutions.
Following the ISO9362 standard.
|
optional
The account number issued by the bank.
|
optional
The unique reference issued for the direct debit mandate.
|
optional
A URL to access the direct debit mandate agreement.
|
optional
The nickname for the payment method that the customers gives, if applicable.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
|
banktransfer : Bank Transfers. - deprecated.
Show definition
|
required
Only:
banktransfer .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
required
One of:
bancontact , eps , giropay , ideal , inghomepay , sofort , or sepa .
|
optional
IBAN (International Bank Account Number)
Following the ISO 13616:2007 standard.
|
optional
|
optional
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
The name of the account owner.
|
optional
Code assigned by central bank to identify bank that account is associated with.
Multiple bank code formats are supported.
|
optional
Name of bank which account belongs to.
|
optional
BIC - business identifier code for banks and other institutions.
Following the ISO9362 standard.
|
optional
The account number issued by the bank.
|
optional
The nickname for the payment method that the customers gives, if applicable.
|
important
The time that the card was saved to the customer's account. (Not the card start date.)
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
|
Others - deprecated.
Show definition
|
required
Other method type indicator.
One of:
voucher , bitcoin , transfer , paysafe , cheque , or edenred .
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
optional
When the payment method was added to the customer's account.
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
A unix timestamp preferably as an
integer count of milliseconds since 1970-01-01T00:00 UTC
(nanoseconds are also accepted).
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The nickname for the payment method that the customers gives, if applicable.
|
deprecated
If the payment method has been banned
|
deprecated
Whether the payment method is active for use by this account
|
|
Removal: Used for marking a saved payment method as removed from the account.
Show definition
|
required
A unique identifier for this payment, specific to this customer. Two
customers should not use the same paymentMethodId.
|
required
False to indicate the payment method has been deactivated.
Only:
false .
|
|
optional
The device used by the customer to trigger this update.
Show definition
|
required
The ID of the device used by the customer to trigger this update.
|
important
The IP address of the device connecting to your services. Used in fraud and account-takeover detection.
When extracting this IP address, consider X-Forwarded-For .
|
optional
|
important
The browser user-agent string, if the device represents a web browser - window.navigator.userAgent .
|
important
|
important
The operating system that the device is running.
|
optional
One of:
computer , phone , or tablet .
|
optional
|
optional
The geolocated position of the device.
Show definition
|
important
|
important
The postal or zip code. If provided without latitude or longitude, Ravelin will perform coarse geolocation in some countries.
|
important
The latitude of the location.
|
important
The longitude of the location.
|
optional
The name of the person that will accept delivery of goods to this address.
|
optional
The street address of the location.
|
optional
The street address of the location.
|
optional
The neighbourhood of the location.
|
optional
The zone of the location.
|
optional
|
optional
The state/county of the location.
|
optional
The PO box number related to the location.
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The geohash of the location.
|
|
optional
Custom data that is relevant to your domain. This can be any json object.
Please include any details that you think are relevant to fraud that our
schema does not capture.
|
deprecated
The name of the web browser being used, if applicable. Prefer userAgent .
|
javascriptEnabled
boolean
deprecated
Whether Javascript is enabled on the web browser.
|
deprecated
Whether cookies are enabled on the web browser.
|
deprecated
The resolution of the screen on the device in the format XxY
|
|
optional
The ID of the device used by the customer to trigger this update.
|