v1

latestOpenAPI 3.0.0Forter License2026-07-1333204516.7 KB
Orders

Order status

Inform of updates to the status of an order, including payment authorization, fulfillment, shipping details, and compensation granted. For pre-authorization flows, use this endpoint to supply Forter with authorization results from your payment processor. While no decision is provided on this request, it is a required input that improves the decision model.

post/v2/status/{id}

Path parameters

idstring required

Headers

api-versionstring required
Example:10.1

Specify the version of the API to target.

x-forter-siteidstring required
Example:a1b2c3d4e5f6

Forter-assigned ID for your account. Note that your Site ID for your test site is different from your production site.

Authorizationstring required
Example:Basic <base64-encoded-api-key:>

Basic Authentiation in the form of a username and password. Use the API Key as the username and leave the password empty.

Request body

additionalInformationobject nullable

General payload object

additionalOrderIdstring nullable

Additional order/transaction identifier. Used primarily for IDs received after processing the order, such as settlement ID, capture ID, or any other type of ID that may help relate an order to financial data.

correlationIdstring nullable

A Forter unique identifier that was provided as part of a Forter API response. Used to correlate between the compensation request event and final status update

eventIdstring nullable

Unique identifier of compensation update, should match previous compensation request identifier, if applicable, and any subsequent status updates of the same compensation request

eventTimenumber required

The time the status change event took place in MILLISECONDS since unix epoch (Jan 1, 1970)

itemIdsstring[] nullable

/** Unique item identifiers. Should match the item ids as described under the BasicItemData object.

orderIdstring required

Unique order/transaction identifier. Note that Forter treats this ID as case-insensitive; Order123 and ORDER123 will be identified as the same order. Must be identical to the orderId used in the order validation API

statusChangeReasonstring nullable

Reason the status changed, if applicable. Mainly relevant for cases an order was canceled (due to a fraud decision / stock / customer request / etc)

updatedMerchantStatusstring nullable

The new status as defined in the merchant's system

updatedStatus'PROCESSING' | 'SENT' | 'COMPLETED' | 'CANCELED_BY_MERCHANT' | 'CANCELED_BY_CUSTOMER' | 'RETURNED' | 'NO_SHOW' | 'REPLACED' required

The updated order status type

updatedTryOutStatus'NONE' | 'EMAIL_SENT_TO_CUSTOMER' | 'CALLED_TO_CUSTOMER' | 'CUSTOMER_VISITED_PAGE' | 'CUSTOMER_DECLARED_SENDBACK' | 'SHIPPING_REPORTED_SENDBACK' | 'RETURNED_ITEMS_ARRIVED_PENDING' | 'MISSING_ITEMS' | 'MANUAL_RESOLUTION' | 'CHARGE_ATTEMPT' | 'FORFEIT' | 'COMPLETED' nullable

The updated TryOut flow status type

Example request

{
  "additionalOrderId": "12fdsh09820fdvr65",
  "cartItems": [
    {
      "basicItemData": {
        "category": "Apparel and accessories",
        "discount": {
          "couponCodeUsed": "FATHERSDAY2015",
          "couponDiscountAmount": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          }
        },
        "name": "White GenericBrand handbag",
        "price": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        },
        "productId": "Ag54352R7768kkO",
        "quantity": 1,
        "type": "TANGIBLE"
      },
      "beneficiaries": [
        {
          "additionalVerificationDocuments": {
            "address": {
              "address1": "235 Montgomery st.",
              "address2": "Ste. 1110",
              "city": "San Francisco",
              "company": "Generic Corp. ltd.",
              "country": "US",
              "region": "CA",
              "savedData": {
                "usedSavedData": true
              },
              "zip": "94104"
            },
            "documentDateOfBirth": "1991-01-09",
            "documentExpiration": "2017-01-15",
            "documentFirstName": "John",
            "documentIssuingState": "NY",
            "documentLastName": "Smith",
            "documentNumber": "20439190",
            "documentSource": "UPLOADED_FILE",
            "documentStatus": "SENT_TO_CLIENT",
            "documentType": "Passport",
            "documentVerificationServiceAnswer": "APPROVED",
            "documentVerificationServiceName": "IDVerification.com",
            "documentVerified": true,
            "eventTime": 1420070400,
            "nationality": "US"
          },
          "address": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "bankAccount": {
            "accountHolderFirstName": "John",
            "accountHolderLastName": "Smith",
            "achProcessingType": "SAME_DAY_ACH",
            "bankAccountIdentifier": "TEST63TEST1212121212",
            "bankAccountType": "Savings",
            "bankName": "Citigroup",
            "paymentGatewayData": {
              "gatewayName": "Braintree",
              "gatewayTransactionId": "fjdsS46sdklFd20"
            },
            "paymentSuccessStatus": "Payment Successful",
            "serviceName": "Direct Debit"
          },
          "comments": {
            "merchantComments": "Shipping delayed",
            "messageToBeneficiary": "Enjoy the gift John!",
            "userCommentsToMerchant": "Please wrap with care!!"
          },
          "cryptoWallet": {
            "cryptoWalletName": "CryptoWallet",
            "cryptoWalletPaymentId": "3JQiwG88SQvwihDAHg9M2EnqEisharz49c",
            "cryptoWalletType": "EXTERNAL"
          },
          "loyaltyProgram": [
            {
              "accountNumber": "VC1568OP",
              "loyaltyPointsValue": {
                "amountLocalCurrency": "105.55",
                "amountUSD": "99.95",
                "currency": "CAD"
              },
              "programName": "StarAlliance",
              "tier": "Blue"
            }
          ],
          "personalDetails": {
            "birthdate": "1987-05-22",
            "email": "john_s@test.com",
            "firstName": "John",
            "fullName": "John Smith",
            "gender": "MALE",
            "lastName": "Smith"
          },
          "phone": [
            {
              "phone": "15557654321",
              "smsVerified": {
                "sent": true,
                "timeSent": 1389567341
              }
            }
          ]
        }
      ],
      "deliveryDetails": {
        "delayedDeliveryDate": "2014-12-15",
        "delayedDeliveryTime": 1415273168,
        "deliveryComments": "Please call before arriving, Thanks!",
        "deliveryMethod": "USPS - Ground Mail",
        "deliveryPrice": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        },
        "deliveryType": "PHYSICAL"
      },
      "itemReturnData": {
        "posDetails": {
          "address": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "cardEntryMethod": "SCANNED",
          "cashierId": "fgh5e0rr48923d",
          "departmentId": "e0r4592356fds",
          "storeBusinessUnit": "Full Line",
          "storeId": "2356fdse0rr489",
          "storeName": "Union Square",
          "workStationId": "923e5th5e0rr48"
        },
        "returnCondition": "DAMAGED",
        "returnInternalReasonCategory": "defective item",
        "returnMethod": "ONLINE",
        "returnReasonCategory": "CHANGED_MY_MIND",
        "returnSegment": "GENERAL",
        "returnStatusLog": {
          "arrivedToWarehouse": true,
          "arrivedToWarehouseTime": 1420070400000,
          "returnInitiated": true,
          "returnInitiationTime": 1420070400000,
          "shippedByCustomer": true,
          "shippedByCustomerTime": 1420070400000
        },
        "typeOfCompensationRequested": "REFUND",
        "updatedReturnStatus": "ACCEPTED_BY_MERCHANT"
      },
      "itemSpecificData": {
        "accommodation": {
          "accommodationAddress": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "duration": {
            "endDate": "2014-11-15",
            "startDate": "2014-10-28"
          },
          "housingType": "Presidential Suite",
          "location": {
            "airportCode": "JFK",
            "city": "Anytown",
            "country": "DK",
            "region": "New York",
            "seaportCode": "USNYC"
          },
          "numberOfGuests": 2,
          "rating": [
            {
              "score": "4.5",
              "source": "yelp",
              "type": "INTERNAL_PEERS"
            }
          ],
          "type": "HOTEL"
        },
        "cryptocurrency": {
          "destinationWallet": "3JQiwG88SQvwihDAHg9M2EnqEisharz49c"
        },
        "digitalGoodsAndServices": {
          "automaticRenewal": true,
          "billingFrequency": "MONTHLY",
          "duration": {
            "endDate": "2014-11-15",
            "startDate": "2014-10-28"
          },
          "webHosting": {
            "domains": [
              "testforterdomain.com",
              "testforterdomain.me"
            ]
          }
        },
        "food": {
          "restaurantAddress": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "restaurantId": "eh674df9",
          "restaurantName": "Ron's Steak House",
          "tipAmount": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          }
        },
        "gaming": {
          "characterName": "JohnTheGamer",
          "characterRole": "Warrior",
          "gameGenre": "MMORPG",
          "gameItemAmount": 1000,
          "gameName": "WorldOfSampleGamecrat",
          "gamePlatform": "XBOX",
          "gameServerCountry": "DK",
          "gameServerName": "5ample5erver",
          "inGameTradeLocation": "At the mouth of the Sampletradelocation river",
          "playerFaction": "TestC1an",
          "playerLeague": "TestLeauge",
          "playerLevel": "59",
          "playerPosition": "10"
        },
        "personNameRecord": "P52DKC",
        "physicalGoods": {
          "wrapAsGift": true
        },
        "professionalServices": {
          "numberOfParticipatingClients": 1,
          "numberOfParticipatingVendors": 1,
          "tipAmount": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          }
        },
        "ticketsAndEvents": {
          "eventLocation": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "eventName": "FIFA World Cup Final",
          "eventTime": 1420070400,
          "eventType": "sports",
          "eventVenueName": "Maracana Stadium",
          "ticketCategory": "ADULT",
          "ticketClass": "court side"
        },
        "transport": [
          {
            "bookingSource": "82",
            "carrier": "Forter airlines",
            "class": "BUSINESS",
            "driverDetails": {
              "availableFundsForWithdrawal": {
                "amountLocalCurrency": "105.55",
                "amountUSD": "99.95",
                "currency": "CAD"
              },
              "dateOfFirstSale": 1430997968,
              "ratingAsBuyer": {
                "score": "4.5",
                "source": "yelp",
                "type": "INTERNAL_PEERS"
              },
              "ratingAsSeller": {
                "score": "4.5",
                "source": "yelp",
                "type": "INTERNAL_PEERS"
              },
              "sellerAccountCreationDate": 1415273168,
              "sellerLastLoginIP": {
                "ip": "10.0.0.128",
                "updateTimes": {
                  "creationTime": 1448549922,
                  "lastModifiedTime": 1448549922,
                  "lastUsed": 1448560456,
                  "removalTime": 1448895522
                }
              },
              "sellerPastSalesCount": 8,
              "sellerPersonalDetails": {
                "birthdate": "1987-05-22",
                "email": "john_s@test.com",
                "firstName": "John",
                "fullName": "John Smith",
                "gender": "MALE",
                "lastName": "Smith"
              },
              "sellerRegistrationIP": {
                "ip": "10.0.0.128",
                "updateTimes": {
                  "creationTime": 1448549922,
                  "lastModifiedTime": 1448549922,
                  "lastUsed": 1448560456,
                  "removalTime": 1448895522
                }
              }
            },
            "duration": {
              "endTime": 1420294711,
              "startTime": 1412345911
            },
            "endPoint": {
              "address": {
                "address1": "235 Montgomery st.",
                "address2": "Ste. 1110",
                "city": "San Francisco",
                "company": "Generic Corp. ltd.",
                "country": "US",
                "region": "CA",
                "savedData": {
                  "usedSavedData": true
                },
                "zip": "94104"
              },
              "exactLocation": {
                "latitude": 32.07332,
                "longitude": 34.79675,
                "source": "MOBILE"
              },
              "locationName": {
                "specificLocationName": "Times Square",
                "specificLocationType": "Event"
              },
              "roughLocation": {
                "airportCode": "JFK",
                "city": "Anytown",
                "country": "DK",
                "region": "New York",
                "seaportCode": "USNYC"
              },
              "savedLocation": {
                "usedSavedData": true
              }
            },
            "leg": 2,
            "locationAtTimeOfReservation": {
              "address": {
                "address1": "235 Montgomery st.",
                "address2": "Ste. 1110",
                "city": "San Francisco",
                "company": "Generic Corp. ltd.",
                "country": "US",
                "region": "CA",
                "savedData": {
                  "usedSavedData": true
                },
                "zip": "94104"
              },
              "exactLocation": {
                "latitude": 32.07332,
                "longitude": 34.79675,
                "source": "MOBILE"
              },
              "locationName": {
                "specificLocationName": "Times Square",
                "specificLocationType": "Event"
              },
              "roughLocation": {
                "airportCode": "JFK",
                "city": "Anytown",
                "country": "DK",
                "region": "New York",
                "seaportCode": "USNYC"
              },
              "savedLocation": {
                "usedSavedData": true
              }
            },
            "passengers": 2,
            "startPoint": {
              "address": {
                "address1": "235 Montgomery st.",
                "address2": "Ste. 1110",
                "city": "San Francisco",
                "company": "Generic Corp. ltd.",
                "country": "US",
                "region": "CA",
                "savedData": {
                  "usedSavedData": true
                },
                "zip": "94104"
              },
              "exactLocation": {
                "latitude": 32.07332,
                "longitude": 34.79675,
                "source": "MOBILE"
              },
              "locationName": {
                "specificLocationName": "Times Square",
                "specificLocationType": "Event"
              },
              "roughLocation": {
                "airportCode": "JFK",
                "city": "Anytown",
                "country": "DK",
                "region": "New York",
                "seaportCode": "USNYC"
              },
              "savedLocation": {
                "usedSavedData": true
              }
            },
            "type": "AIR_TRAVEL"
          }
        ]
      },
      "seller": {
        "sellerBusinessWebsite": "www.acme-events.net",
        "sellerCategory": "Event Planner",
        "sellerDetails": {
          "availableFundsForWithdrawal": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          },
          "dateOfFirstSale": 1430997968,
          "ratingAsBuyer": {
            "score": "4.5",
            "source": "yelp",
            "type": "INTERNAL_PEERS"
          },
          "ratingAsSeller": {
            "score": "4.5",
            "source": "yelp",
            "type": "INTERNAL_PEERS"
          },
          "sellerAccountCreationDate": 1415273168,
          "sellerLastLoginIP": {
            "ip": "10.0.0.128",
            "updateTimes": {
              "creationTime": 1448549922,
              "lastModifiedTime": 1448549922,
              "lastUsed": 1448560456,
              "removalTime": 1448895522
            }
          },
          "sellerPastSalesCount": 8,
          "sellerPersonalDetails": {
            "birthdate": "1987-05-22",
            "email": "john_s@test.com",
            "firstName": "John",
            "fullName": "John Smith",
            "gender": "MALE",
            "lastName": "Smith"
          },
          "sellerRegistrationIP": {
            "ip": "10.0.0.128",
            "updateTimes": {
              "creationTime": 1448549922,
              "lastModifiedTime": 1448549922,
              "lastUsed": 1448560456,
              "removalTime": 1448895522
            }
          }
        },
        "sellerVendorName": "Acme Event Planners Inc."
      }
    }
  ],
  "compensationStatus": {
    "itemStatus": [
      {
        "basicItemData": {
          "category": "Apparel and accessories",
          "discount": {
            "couponCodeUsed": "FATHERSDAY2015",
            "couponDiscountAmount": {
              "amountLocalCurrency": "105.55",
              "amountUSD": "99.95",
              "currency": "CAD"
            }
          },
          "name": "White GenericBrand handbag",
          "price": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          },
          "productId": "Ag54352R7768kkO",
          "quantity": 1,
          "type": "TANGIBLE"
        },
        "statusData": {
          "compensationTypeGranted": "REFUND",
          "internalReasonCategory": "defective item",
          "reasonCategory": "CHANGED_MY_MIND",
          "returnCondition": "DAMAGED",
          "returnMethodGranted": "SHIP_TO_WAREHOUSE",
          "statusLog": {
            "arrivedToWarehouseTime": 1420070400000,
            "initiationTime": 1415287568000,
            "initiationType": "CALL_CENTER",
            "shippedByCustomerTime": 1420070400000
          },
          "updatedStatus": "ACCEPTED_BY_MERCHANT"
        }
      }
    ],
    "merchantAgentData": {
      "merchantAgentId": "HG36885TZ",
      "merchantAgentName": "John Smith"
    },
    "replacementOrderId": "2356fdse0rr489",
    "shippingRefundedAmount": {
      "amountLocalCurrency": "105.55",
      "amountUSD": "99.95",
      "currency": "CAD"
    },
    "statusData": {
      "compensationTypeGranted": "REFUND",
      "internalReasonCategory": "defective item",
      "reasonCategory": "CHANGED_MY_MIND",
      "returnCondition": "DAMAGED",
      "returnMethodGranted": "SHIP_TO_WAREHOUSE",
      "statusLog": {
        "arrivedToWarehouseTime": 1420070400000,
        "initiationTime": 1415287568000,
        "initiationType": "CALL_CENTER",
        "shippedByCustomerTime": 1420070400000
      },
      "updatedStatus": "ACCEPTED_BY_MERCHANT"
    },
    "totalGrantedAmount": {
      "amountLocalCurrency": "105.55",
      "amountUSD": "99.95",
      "currency": "CAD"
    }
  },
  "correlationId": "HGJ7512345H3DE",
  "deliveryStatusInfo": {
    "additionalShippingInfo": "PO Box 3297",
    "carrier": "UPS",
    "downloadTime": 1415273168,
    "proofOfShippingURL": "true",
    "signedProofOfShipping": true,
    "trackingNumber": "123456"
  },
  "endPointLocation": {
    "address": {
      "address1": "235 Montgomery st.",
      "address2": "Ste. 1110",
      "city": "San Francisco",
      "company": "Generic Corp. ltd.",
      "country": "US",
      "region": "CA",
      "savedData": {
        "usedSavedData": true
      },
      "zip": "94104"
    },
    "exactLocation": {
      "latitude": 32.07332,
      "longitude": 34.79675,
      "source": "MOBILE"
    },
    "locationName": {
      "specificLocationName": "Times Square",
      "specificLocationType": "Event"
    },
    "roughLocation": {
      "airportCode": "JFK",
      "city": "Anytown",
      "country": "DK",
      "region": "New York",
      "seaportCode": "USNYC"
    },
    "savedLocation": {
      "usedSavedData": true
    }
  },
  "eventId": "r48987fgdse0r",
  "eventTime": 1415287568000,
  "itemIds": [
    "a98751422",
    "a98751423"
  ],
  "orderId": "2356fdse0rr489",
  "payment": [
    {
      "amount": {
        "amountLocalCurrency": "105.55",
        "amountUSD": "99.95",
        "currency": "CAD"
      },
      "androidPay": {
        "bin": "42424242",
        "cardBank": "Chase",
        "cardBrand": "VISA",
        "cardType": "CREDIT",
        "countryOfIssuance": "US",
        "creationTime": 1430997968,
        "expirationMonth": "03",
        "expirationYear": "2018",
        "lastFourDigits": "4242",
        "nameOnCard": "John R. H. Smith",
        "paymentProcessorData": {
          "processorName": "Chase Paymentech",
          "processorTransactionId": "fjdsS46sdklFd20"
        },
        "threeDSecure": {
          "acquirerData": {
            "acquirerBIN": "457173",
            "acquirerCountry": "US",
            "acquirerMerchantId": "5245020244654",
            "acquirerMerchantName": "Simple T-shirt",
            "acquirerName": "Barclays",
            "merchantCategoryCode": 5655,
            "merchantCountryCode": 840
          },
          "challengeIndicator": "NO_PREFERENCE",
          "execute3ds": "DYNAMIC_FORTER_DECISION",
          "forcePsd2Exemption": {
            "channel": "THREEDS_RAILS",
            "type": "LOW_VALUE"
          },
          "threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45"
        },
        "token": "tkn-77620C360132856A103477D2959967AB",
        "verificationResults": {
          "authorizationCode": "A33244",
          "authorizationProcessedWith3DS": true,
          "avsFullResult": "Y",
          "avsNameResult": "M",
          "avsStreetResult": "N",
          "avsZipResult": "M",
          "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
          "cvvResult": "M",
          "eciValue": "05",
          "exemptionStatus": "accepted",
          "issuerResponseCode": "D23",
          "issuerResponseText": "Stolen card",
          "liabilityShift": true,
          "partyExecuted3DS": "PSP",
          "processorResponseCode": "D23",
          "processorResponseText": "Stolen card",
          "threeDsInteractionMode": "FRICTIONLESS",
          "threeDsStatus": "Cardholder authenticated",
          "threeDsVersion": "2.1.0"
        }
      },
      "applePay": {
        "bin": "42424242",
        "cardBank": "Chase",
        "cardBrand": "VISA",
        "cardType": "CREDIT",
        "countryOfIssuance": "US",
        "creationTime": 1430997968,
        "expirationMonth": "03",
        "expirationYear": "2018",
        "lastFourDigits": "4242",
        "nameOnCard": "John R. H. Smith",
        "paymentProcessorData": {
          "processorName": "Chase Paymentech",
          "processorTransactionId": "fjdsS46sdklFd20"
        },
        "threeDSecure": {
          "acquirerData": {
            "acquirerBIN": "457173",
            "acquirerCountry": "US",
            "acquirerMerchantId": "5245020244654",
            "acquirerMerchantName": "Simple T-shirt",
            "acquirerName": "Barclays",
            "merchantCategoryCode": 5655,
            "merchantCountryCode": 840
          },
          "challengeIndicator": "NO_PREFERENCE",
          "execute3ds": "DYNAMIC_FORTER_DECISION",
          "forcePsd2Exemption": {
            "channel": "THREEDS_RAILS",
            "type": "LOW_VALUE"
          },
          "threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45"
        },
        "token": "tkn-77620C360132856A103477D2959967AB",
        "verificationResults": {
          "authorizationCode": "A33244",
          "authorizationProcessedWith3DS": true,
          "avsFullResult": "Y",
          "avsNameResult": "M",
          "avsStreetResult": "N",
          "avsZipResult": "M",
          "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
          "cvvResult": "M",
          "eciValue": "05",
          "exemptionStatus": "accepted",
          "issuerResponseCode": "D23",
          "issuerResponseText": "Stolen card",
          "liabilityShift": true,
          "partyExecuted3DS": "PSP",
          "processorResponseCode": "D23",
          "processorResponseText": "Stolen card",
          "threeDsInteractionMode": "FRICTIONLESS",
          "threeDsStatus": "Cardholder authenticated",
          "threeDsVersion": "2.1.0"
        }
      },
      "bankTransfer": {
        "accountHolderFirstName": "John",
        "accountHolderLastName": "Smith",
        "achProcessingType": "SAME_DAY_ACH",
        "bankAccountIdentifier": "TEST63TEST1212121212",
        "bankAccountType": "Savings",
        "bankName": "Citigroup",
        "paymentGatewayData": {
          "gatewayName": "Braintree",
          "gatewayTransactionId": "fjdsS46sdklFd20"
        },
        "paymentSuccessStatus": "Payment Successful",
        "serviceName": "Direct Debit"
      },
      "billingDetails": {
        "address": {
          "address1": "235 Montgomery st.",
          "address2": "Ste. 1110",
          "city": "San Francisco",
          "company": "Generic Corp. ltd.",
          "country": "US",
          "region": "CA",
          "savedData": {
            "usedSavedData": true
          },
          "zip": "94104"
        },
        "allAdditionalVerificationDocuments": [
          {
            "address": {
              "address1": "235 Montgomery st.",
              "address2": "Ste. 1110",
              "city": "San Francisco",
              "company": "Generic Corp. ltd.",
              "country": "US",
              "region": "CA",
              "savedData": {
                "usedSavedData": true
              },
              "zip": "94104"
            },
            "documentDateOfBirth": "1991-01-09",
            "documentExpiration": "2017-01-15",
            "documentFirstName": "John",
            "documentIssuingState": "NY",
            "documentLastName": "Smith",
            "documentNumber": "20439190",
            "documentSource": "UPLOADED_FILE",
            "documentStatus": "SENT_TO_CLIENT",
            "documentType": "Passport",
            "documentVerificationServiceAnswer": "APPROVED",
            "documentVerificationServiceName": "IDVerification.com",
            "documentVerified": true,
            "eventTime": 1420070400,
            "nationality": "US"
          }
        ],
        "employmentInformation": [
          {
            "employerAddress": {
              "address1": "235 Montgomery st.",
              "address2": "Ste. 1110",
              "city": "San Francisco",
              "company": "Generic Corp. ltd.",
              "country": "US",
              "region": "CA",
              "savedData": {
                "usedSavedData": true
              },
              "zip": "94104"
            },
            "employerCompanySizeRange": "20",
            "employerIndustry": "Retail",
            "employerName": "Forter",
            "employerPhone": "+12126667777",
            "income": {
              "amountLocalCurrency": "105.55",
              "amountUSD": "99.95",
              "currency": "CAD"
            },
            "jobTitle": "Fraud Analyst"
          }
        ],
        "personalDetails": {
          "birthdate": "1987-05-22",
          "email": "john_s@test.com",
          "firstName": "John",
          "fullName": "John Smith",
          "gender": "MALE",
          "lastName": "Smith"
        },
        "phone": [
          {
            "phone": "15557654321",
            "smsVerified": {
              "sent": true,
              "timeSent": 1389567341
            }
          }
        ]
      },
      "cameraCaptured": true,
      "creditCard": {
        "bin": "42424242",
        "cardBank": "Chase",
        "cardBrand": "VISA",
        "cardType": "CREDIT",
        "countryOfIssuance": "US",
        "expirationMonth": "03",
        "expirationYear": "2018",
        "fingerprint": "Xt5EWLLDS7FJjR1c",
        "fullCreditCard": "2424242424242424",
        "lastFourDigits": "4242",
        "nameOnCard": "John R. H. Smith",
        "paymentGatewayData": {
          "gatewayName": "Braintree",
          "gatewayTransactionId": "fjdsS46sdklFd20"
        },
        "paymentProcessorData": {
          "processorName": "Chase Paymentech",
          "processorTransactionId": "fjdsS46sdklFd20"
        },
        "threeDSecure": {
          "acquirerData": {
            "acquirerBIN": "457173",
            "acquirerCountry": "US",
            "acquirerMerchantId": "5245020244654",
            "acquirerMerchantName": "Simple T-shirt",
            "acquirerName": "Barclays",
            "merchantCategoryCode": 5655,
            "merchantCountryCode": 840
          },
          "challengeIndicator": "NO_PREFERENCE",
          "execute3ds": "DYNAMIC_FORTER_DECISION",
          "forcePsd2Exemption": {
            "channel": "THREEDS_RAILS",
            "type": "LOW_VALUE"
          },
          "threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45"
        },
        "verificationResults": {
          "authorizationCode": "A33244",
          "authorizationProcessedWith3DS": true,
          "avsFullResult": "Y",
          "avsNameResult": "M",
          "avsStreetResult": "N",
          "avsZipResult": "M",
          "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
          "cvvResult": "M",
          "eciValue": "05",
          "exemptionStatus": "accepted",
          "issuerResponseCode": "D23",
          "issuerResponseText": "Stolen card",
          "liabilityShift": true,
          "partyExecuted3DS": "PSP",
          "processorResponseCode": "D23",
          "processorResponseText": "Stolen card",
          "threeDsInteractionMode": "FRICTIONLESS",
          "threeDsStatus": "Cardholder authenticated",
          "threeDsVersion": "2.1.0"
        }
      },
      "creditLineDetails": {
        "creditLineLimitIncreaseMethod": "AT_PURCHASE",
        "currentCreditLineLimit": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        },
        "originalCreditLineLimit": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        }
      },
      "cryptoWallet": {
        "cryptoWalletName": "CryptoWallet",
        "cryptoWalletPaymentId": "3JQiwG88SQvwihDAHg9M2EnqEisharz49c",
        "cryptoWalletType": "EXTERNAL"
      },
      "digitalWallet": {
        "digitalWalletName": "ALIPAY",
        "digitalWalletPayerEmail": "john_s@test.com",
        "digitalWalletPayerId": "FD000A45P",
        "digitalWalletpaymentId": "PAY-0MB00000KR8073311KZSDEYA",
        "freeTextDigitalWalletName": "ALIBABA",
        "payerAccountCountry": "US",
        "paymentSuccessStatus": "COMPLETED",
        "underlyingPaymentMethod": {
          "bankTransfer": {
            "accountHolderFirstName": "John",
            "accountHolderLastName": "Smith",
            "achProcessingType": "SAME_DAY_ACH",
            "bankAccountIdentifier": "TEST63TEST1212121212",
            "bankAccountType": "Savings",
            "bankName": "Citigroup",
            "paymentGatewayData": {
              "gatewayName": "Braintree",
              "gatewayTransactionId": "fjdsS46sdklFd20"
            },
            "paymentSuccessStatus": "Payment Successful",
            "serviceName": "Direct Debit"
          },
          "creditCard": {
            "bin": "42424242",
            "cardBank": "Chase",
            "cardBrand": "VISA",
            "cardType": "CREDIT",
            "countryOfIssuance": "US",
            "creationTime": 1430997968,
            "expirationMonth": "03",
            "expirationYear": "2018",
            "lastFourDigits": "4242",
            "nameOnCard": "John R. H. Smith",
            "paymentProcessorData": {
              "processorName": "Chase Paymentech",
              "processorTransactionId": "fjdsS46sdklFd20"
            },
            "threeDSecure": {
              "acquirerData": {
                "acquirerBIN": "457173",
                "acquirerCountry": "US",
                "acquirerMerchantId": "5245020244654",
                "acquirerMerchantName": "Simple T-shirt",
                "acquirerName": "Barclays",
                "merchantCategoryCode": 5655,
                "merchantCountryCode": 840
              },
              "challengeIndicator": "NO_PREFERENCE",
              "execute3ds": "DYNAMIC_FORTER_DECISION",
              "forcePsd2Exemption": {
                "channel": "THREEDS_RAILS",
                "type": "LOW_VALUE"
              },
              "threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45"
            },
            "token": "tkn-77620C360132856A103477D2959967AB",
            "verificationResults": {
              "authorizationCode": "A33244",
              "authorizationProcessedWith3DS": true,
              "avsFullResult": "Y",
              "avsNameResult": "M",
              "avsStreetResult": "N",
              "avsZipResult": "M",
              "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
              "cvvResult": "M",
              "eciValue": "05",
              "exemptionStatus": "accepted",
              "issuerResponseCode": "D23",
              "issuerResponseText": "Stolen card",
              "liabilityShift": true,
              "partyExecuted3DS": "PSP",
              "processorResponseCode": "D23",
              "processorResponseText": "Stolen card",
              "threeDsInteractionMode": "FRICTIONLESS",
              "threeDsStatus": "Cardholder authenticated",
              "threeDsVersion": "2.1.0"
            }
          },
          "underlyingPaymentMethodType": "UNKNOWN"
        }
      },
      "giftCard": {
        "activationTime": 1448549922,
        "creditCurrency": "CAD",
        "creditOrigin": "CS Compensation",
        "merchantPaymentId": "eab12-ba9a-367-60b",
        "value": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        }
      },
      "installmentService": {
        "firstName": "John",
        "lastName": "Smith",
        "paymentId": "YTZ8IATEGAWRRVVG",
        "serviceName": "Affirm",
        "serviceResponseCode": "200"
      },
      "loyaltyPoints": {
        "loyaltyPointsCount": 1506,
        "loyaltyPointsSource": "IN_ACCOUNT_PURCHASES",
        "loyaltyPointsValue": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        },
        "merchantPaymentId": "eab12-ba9a-367-60b"
      },
      "merchantInitiated": {
        "initialOrderId": "2356fdse0rr489"
      },
      "mobileMoney": {
        "mobileMoneyNetwork": "MPESA",
        "paymentAcquirerData": {
          "acquirerBIN": "457173",
          "acquirerCountry": "US",
          "acquirerMerchantId": "5245020244654",
          "acquirerMerchantName": "Simple T-shirt",
          "acquirerName": "Barclays",
          "merchantCategoryCode": 5655,
          "merchantCountryCode": 840
        },
        "paymentGatewayData": {
          "gatewayName": "Braintree",
          "gatewayTransactionId": "fjdsS46sdklFd20"
        },
        "paymentSuccessStatus": "success",
        "phoneNumber": "15557654321"
      },
      "numberOfInstallments": 12,
      "paymentMethodNickname": "My Work Card",
      "paypal": {
        "authorizationId": "2WC75407LV7300439",
        "payerAccountCountry": "US",
        "payerAddressStatus": "CONFIRMED",
        "payerEmail": "john_s@test.com",
        "payerId": "FD000A45P",
        "payerStatus": "VERIFIED",
        "paymentGatewayData": {
          "gatewayName": "Braintree",
          "gatewayTransactionId": "fjdsS46sdklFd20"
        },
        "paymentId": "PAY-0MB00000KR8073311KZSDEYA",
        "paymentStatus": "COMPLETED",
        "protectionEligibility": "ELIGIBLE"
      },
      "recurringPayment": {
        "currentPaymentNumber": 1,
        "initialPaymentOrderId": "2356fdse0rr483",
        "recurringPaymentExpirationDate": "1988-06-22",
        "recurringPaymentFrequency": "7",
        "totalNumberOfPayments": 12
      },
      "samsungPay": {
        "bin": "42424242",
        "cardBank": "Chase",
        "cardBrand": "VISA",
        "cardType": "CREDIT",
        "countryOfIssuance": "US",
        "creationTime": 1430997968,
        "expirationMonth": "03",
        "expirationYear": "2018",
        "lastFourDigits": "4242",
        "nameOnCard": "John R. H. Smith",
        "paymentProcessorData": {
          "processorName": "Chase Paymentech",
          "processorTransactionId": "fjdsS46sdklFd20"
        },
        "threeDSecure": {
          "acquirerData": {
            "acquirerBIN": "457173",
            "acquirerCountry": "US",
            "acquirerMerchantId": "5245020244654",
            "acquirerMerchantName": "Simple T-shirt",
            "acquirerName": "Barclays",
            "merchantCategoryCode": 5655,
            "merchantCountryCode": 840
          },
          "challengeIndicator": "NO_PREFERENCE",
          "execute3ds": "DYNAMIC_FORTER_DECISION",
          "forcePsd2Exemption": {
            "channel": "THREEDS_RAILS",
            "type": "LOW_VALUE"
          },
          "threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45"
        },
        "token": "tkn-77620C360132856A103477D2959967AB",
        "verificationResults": {
          "authorizationCode": "A33244",
          "authorizationProcessedWith3DS": true,
          "avsFullResult": "Y",
          "avsNameResult": "M",
          "avsStreetResult": "N",
          "avsZipResult": "M",
          "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
          "cvvResult": "M",
          "eciValue": "05",
          "exemptionStatus": "accepted",
          "issuerResponseCode": "D23",
          "issuerResponseText": "Stolen card",
          "liabilityShift": true,
          "partyExecuted3DS": "PSP",
          "processorResponseCode": "D23",
          "processorResponseText": "Stolen card",
          "threeDsInteractionMode": "FRICTIONLESS",
          "threeDsStatus": "Cardholder authenticated",
          "threeDsVersion": "2.1.0"
        }
      },
      "savedData": {
        "usedSavedData": true
      },
      "storeCreditUsed": {
        "activationTime": 1448549922,
        "creditCurrency": "CAD",
        "creditOrigin": "CS Compensation",
        "merchantPaymentId": "eab12-ba9a-367-60b",
        "value": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        }
      },
      "tokenizedCard": {
        "bin": "42424242",
        "cardBank": "Chase",
        "cardBrand": "VISA",
        "cardType": "CREDIT",
        "countryOfIssuance": "US",
        "creationTime": 1430997968,
        "expirationMonth": "03",
        "expirationYear": "2018",
        "lastFourDigits": "4242",
        "nameOnCard": "John R. H. Smith",
        "paymentProcessorData": {
          "processorName": "Chase Paymentech",
          "processorTransactionId": "fjdsS46sdklFd20"
        },
        "threeDSecure": {
          "acquirerData": {
            "acquirerBIN": "457173",
            "acquirerCountry": "US",
            "acquirerMerchantId": "5245020244654",
            "acquirerMerchantName": "Simple T-shirt",
            "acquirerName": "Barclays",
            "merchantCategoryCode": 5655,
            "merchantCountryCode": 840
          },
          "challengeIndicator": "NO_PREFERENCE",
          "execute3ds": "DYNAMIC_FORTER_DECISION",
          "forcePsd2Exemption": {
            "channel": "THREEDS_RAILS",
            "type": "LOW_VALUE"
          },
          "threeDSServerTransID": "26d648a9-da8a-4f8b-a76d-094801d2fd45"
        },
        "token": "tkn-77620C360132856A103477D2959967AB",
        "verificationResults": {
          "authorizationCode": "A33244",
          "authorizationProcessedWith3DS": true,
          "avsFullResult": "Y",
          "avsNameResult": "M",
          "avsStreetResult": "N",
          "avsZipResult": "M",
          "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
          "cvvResult": "M",
          "eciValue": "05",
          "exemptionStatus": "accepted",
          "issuerResponseCode": "D23",
          "issuerResponseText": "Stolen card",
          "liabilityShift": true,
          "partyExecuted3DS": "PSP",
          "processorResponseCode": "D23",
          "processorResponseText": "Stolen card",
          "threeDsInteractionMode": "FRICTIONLESS",
          "threeDsStatus": "Cardholder authenticated",
          "threeDsVersion": "2.1.0"
        }
      },
      "venmo": {
        "paymentId": "1KZSDEYA",
        "token": "77620C360132856A103477D2959967AB",
        "userId": "johndoe",
        "userName": "johndoe1987"
      }
    }
  ],
  "refundInformation": {
    "refundAmount": {
      "amountLocalCurrency": "105.55",
      "amountUSD": "99.95",
      "currency": "CAD"
    },
    "refundAuthorizationCode": "B44233",
    "refundDate": "2015-06-12",
    "refundInitiatedBy": "MERCHANT",
    "refundMethod": "ORIGINAL_PAYMENT_METHOD",
    "refundStatus": "COMPLETED"
  },
  "returnedCartItems": [
    {
      "basicItemData": {
        "category": "Apparel and accessories",
        "discount": {
          "couponCodeUsed": "FATHERSDAY2015",
          "couponDiscountAmount": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          }
        },
        "name": "White GenericBrand handbag",
        "price": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        },
        "productId": "Ag54352R7768kkO",
        "quantity": 1,
        "type": "TANGIBLE"
      },
      "beneficiaries": [
        {
          "additionalVerificationDocuments": {
            "address": {
              "address1": "235 Montgomery st.",
              "address2": "Ste. 1110",
              "city": "San Francisco",
              "company": "Generic Corp. ltd.",
              "country": "US",
              "region": "CA",
              "savedData": {
                "usedSavedData": true
              },
              "zip": "94104"
            },
            "documentDateOfBirth": "1991-01-09",
            "documentExpiration": "2017-01-15",
            "documentFirstName": "John",
            "documentIssuingState": "NY",
            "documentLastName": "Smith",
            "documentNumber": "20439190",
            "documentSource": "UPLOADED_FILE",
            "documentStatus": "SENT_TO_CLIENT",
            "documentType": "Passport",
            "documentVerificationServiceAnswer": "APPROVED",
            "documentVerificationServiceName": "IDVerification.com",
            "documentVerified": true,
            "eventTime": 1420070400,
            "nationality": "US"
          },
          "address": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "bankAccount": {
            "accountHolderFirstName": "John",
            "accountHolderLastName": "Smith",
            "achProcessingType": "SAME_DAY_ACH",
            "bankAccountIdentifier": "TEST63TEST1212121212",
            "bankAccountType": "Savings",
            "bankName": "Citigroup",
            "paymentGatewayData": {
              "gatewayName": "Braintree",
              "gatewayTransactionId": "fjdsS46sdklFd20"
            },
            "paymentSuccessStatus": "Payment Successful",
            "serviceName": "Direct Debit"
          },
          "comments": {
            "merchantComments": "Shipping delayed",
            "messageToBeneficiary": "Enjoy the gift John!",
            "userCommentsToMerchant": "Please wrap with care!!"
          },
          "cryptoWallet": {
            "cryptoWalletName": "CryptoWallet",
            "cryptoWalletPaymentId": "3JQiwG88SQvwihDAHg9M2EnqEisharz49c",
            "cryptoWalletType": "EXTERNAL"
          },
          "loyaltyProgram": [
            {
              "accountNumber": "VC1568OP",
              "loyaltyPointsValue": {
                "amountLocalCurrency": "105.55",
                "amountUSD": "99.95",
                "currency": "CAD"
              },
              "programName": "StarAlliance",
              "tier": "Blue"
            }
          ],
          "personalDetails": {
            "birthdate": "1987-05-22",
            "email": "john_s@test.com",
            "firstName": "John",
            "fullName": "John Smith",
            "gender": "MALE",
            "lastName": "Smith"
          },
          "phone": [
            {
              "phone": "15557654321",
              "smsVerified": {
                "sent": true,
                "timeSent": 1389567341
              }
            }
          ]
        }
      ],
      "deliveryDetails": {
        "delayedDeliveryDate": "2014-12-15",
        "delayedDeliveryTime": 1415273168,
        "deliveryComments": "Please call before arriving, Thanks!",
        "deliveryMethod": "USPS - Ground Mail",
        "deliveryPrice": {
          "amountLocalCurrency": "105.55",
          "amountUSD": "99.95",
          "currency": "CAD"
        },
        "deliveryType": "PHYSICAL"
      },
      "itemReturnData": {
        "posDetails": {
          "address": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "cardEntryMethod": "SCANNED",
          "cashierId": "fgh5e0rr48923d",
          "departmentId": "e0r4592356fds",
          "storeBusinessUnit": "Full Line",
          "storeId": "2356fdse0rr489",
          "storeName": "Union Square",
          "workStationId": "923e5th5e0rr48"
        },
        "returnCondition": "DAMAGED",
        "returnInternalReasonCategory": "defective item",
        "returnMethod": "ONLINE",
        "returnReasonCategory": "CHANGED_MY_MIND",
        "returnSegment": "GENERAL",
        "returnStatusLog": {
          "arrivedToWarehouse": true,
          "arrivedToWarehouseTime": 1420070400000,
          "returnInitiated": true,
          "returnInitiationTime": 1420070400000,
          "shippedByCustomer": true,
          "shippedByCustomerTime": 1420070400000
        },
        "typeOfCompensationRequested": "REFUND",
        "updatedReturnStatus": "ACCEPTED_BY_MERCHANT"
      },
      "itemSpecificData": {
        "accommodation": {
          "accommodationAddress": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "duration": {
            "endDate": "2014-11-15",
            "startDate": "2014-10-28"
          },
          "housingType": "Presidential Suite",
          "location": {
            "airportCode": "JFK",
            "city": "Anytown",
            "country": "DK",
            "region": "New York",
            "seaportCode": "USNYC"
          },
          "numberOfGuests": 2,
          "rating": [
            {
              "score": "4.5",
              "source": "yelp",
              "type": "INTERNAL_PEERS"
            }
          ],
          "type": "HOTEL"
        },
        "cryptocurrency": {
          "destinationWallet": "3JQiwG88SQvwihDAHg9M2EnqEisharz49c"
        },
        "digitalGoodsAndServices": {
          "automaticRenewal": true,
          "billingFrequency": "MONTHLY",
          "duration": {
            "endDate": "2014-11-15",
            "startDate": "2014-10-28"
          },
          "webHosting": {
            "domains": [
              "testforterdomain.com",
              "testforterdomain.me"
            ]
          }
        },
        "food": {
          "restaurantAddress": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "restaurantId": "eh674df9",
          "restaurantName": "Ron's Steak House",
          "tipAmount": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          }
        },
        "gaming": {
          "characterName": "JohnTheGamer",
          "characterRole": "Warrior",
          "gameGenre": "MMORPG",
          "gameItemAmount": 1000,
          "gameName": "WorldOfSampleGamecrat",
          "gamePlatform": "XBOX",
          "gameServerCountry": "DK",
          "gameServerName": "5ample5erver",
          "inGameTradeLocation": "At the mouth of the Sampletradelocation river",
          "playerFaction": "TestC1an",
          "playerLeague": "TestLeauge",
          "playerLevel": "59",
          "playerPosition": "10"
        },
        "personNameRecord": "P52DKC",
        "physicalGoods": {
          "wrapAsGift": true
        },
        "professionalServices": {
          "numberOfParticipatingClients": 1,
          "numberOfParticipatingVendors": 1,
          "tipAmount": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          }
        },
        "ticketsAndEvents": {
          "eventLocation": {
            "address1": "235 Montgomery st.",
            "address2": "Ste. 1110",
            "city": "San Francisco",
            "company": "Generic Corp. ltd.",
            "country": "US",
            "region": "CA",
            "savedData": {
              "usedSavedData": true
            },
            "zip": "94104"
          },
          "eventName": "FIFA World Cup Final",
          "eventTime": 1420070400,
          "eventType": "sports",
          "eventVenueName": "Maracana Stadium",
          "ticketCategory": "ADULT",
          "ticketClass": "court side"
        },
        "transport": [
          {
            "bookingSource": "82",
            "carrier": "Forter airlines",
            "class": "BUSINESS",
            "driverDetails": {
              "availableFundsForWithdrawal": {
                "amountLocalCurrency": "105.55",
                "amountUSD": "99.95",
                "currency": "CAD"
              },
              "dateOfFirstSale": 1430997968,
              "ratingAsBuyer": {
                "score": "4.5",
                "source": "yelp",
                "type": "INTERNAL_PEERS"
              },
              "ratingAsSeller": {
                "score": "4.5",
                "source": "yelp",
                "type": "INTERNAL_PEERS"
              },
              "sellerAccountCreationDate": 1415273168,
              "sellerLastLoginIP": {
                "ip": "10.0.0.128",
                "updateTimes": {
                  "creationTime": 1448549922,
                  "lastModifiedTime": 1448549922,
                  "lastUsed": 1448560456,
                  "removalTime": 1448895522
                }
              },
              "sellerPastSalesCount": 8,
              "sellerPersonalDetails": {
                "birthdate": "1987-05-22",
                "email": "john_s@test.com",
                "firstName": "John",
                "fullName": "John Smith",
                "gender": "MALE",
                "lastName": "Smith"
              },
              "sellerRegistrationIP": {
                "ip": "10.0.0.128",
                "updateTimes": {
                  "creationTime": 1448549922,
                  "lastModifiedTime": 1448549922,
                  "lastUsed": 1448560456,
                  "removalTime": 1448895522
                }
              }
            },
            "duration": {
              "endTime": 1420294711,
              "startTime": 1412345911
            },
            "endPoint": {
              "address": {
                "address1": "235 Montgomery st.",
                "address2": "Ste. 1110",
                "city": "San Francisco",
                "company": "Generic Corp. ltd.",
                "country": "US",
                "region": "CA",
                "savedData": {
                  "usedSavedData": true
                },
                "zip": "94104"
              },
              "exactLocation": {
                "latitude": 32.07332,
                "longitude": 34.79675,
                "source": "MOBILE"
              },
              "locationName": {
                "specificLocationName": "Times Square",
                "specificLocationType": "Event"
              },
              "roughLocation": {
                "airportCode": "JFK",
                "city": "Anytown",
                "country": "DK",
                "region": "New York",
                "seaportCode": "USNYC"
              },
              "savedLocation": {
                "usedSavedData": true
              }
            },
            "leg": 2,
            "locationAtTimeOfReservation": {
              "address": {
                "address1": "235 Montgomery st.",
                "address2": "Ste. 1110",
                "city": "San Francisco",
                "company": "Generic Corp. ltd.",
                "country": "US",
                "region": "CA",
                "savedData": {
                  "usedSavedData": true
                },
                "zip": "94104"
              },
              "exactLocation": {
                "latitude": 32.07332,
                "longitude": 34.79675,
                "source": "MOBILE"
              },
              "locationName": {
                "specificLocationName": "Times Square",
                "specificLocationType": "Event"
              },
              "roughLocation": {
                "airportCode": "JFK",
                "city": "Anytown",
                "country": "DK",
                "region": "New York",
                "seaportCode": "USNYC"
              },
              "savedLocation": {
                "usedSavedData": true
              }
            },
            "passengers": 2,
            "startPoint": {
              "address": {
                "address1": "235 Montgomery st.",
                "address2": "Ste. 1110",
                "city": "San Francisco",
                "company": "Generic Corp. ltd.",
                "country": "US",
                "region": "CA",
                "savedData": {
                  "usedSavedData": true
                },
                "zip": "94104"
              },
              "exactLocation": {
                "latitude": 32.07332,
                "longitude": 34.79675,
                "source": "MOBILE"
              },
              "locationName": {
                "specificLocationName": "Times Square",
                "specificLocationType": "Event"
              },
              "roughLocation": {
                "airportCode": "JFK",
                "city": "Anytown",
                "country": "DK",
                "region": "New York",
                "seaportCode": "USNYC"
              },
              "savedLocation": {
                "usedSavedData": true
              }
            },
            "type": "AIR_TRAVEL"
          }
        ]
      },
      "seller": {
        "sellerBusinessWebsite": "www.acme-events.net",
        "sellerCategory": "Event Planner",
        "sellerDetails": {
          "availableFundsForWithdrawal": {
            "amountLocalCurrency": "105.55",
            "amountUSD": "99.95",
            "currency": "CAD"
          },
          "dateOfFirstSale": 1430997968,
          "ratingAsBuyer": {
            "score": "4.5",
            "source": "yelp",
            "type": "INTERNAL_PEERS"
          },
          "ratingAsSeller": {
            "score": "4.5",
            "source": "yelp",
            "type": "INTERNAL_PEERS"
          },
          "sellerAccountCreationDate": 1415273168,
          "sellerLastLoginIP": {
            "ip": "10.0.0.128",
            "updateTimes": {
              "creationTime": 1448549922,
              "lastModifiedTime": 1448549922,
              "lastUsed": 1448560456,
              "removalTime": 1448895522
            }
          },
          "sellerPastSalesCount": 8,
          "sellerPersonalDetails": {
            "birthdate": "1987-05-22",
            "email": "john_s@test.com",
            "firstName": "John",
            "fullName": "John Smith",
            "gender": "MALE",
            "lastName": "Smith"
          },
          "sellerRegistrationIP": {
            "ip": "10.0.0.128",
            "updateTimes": {
              "creationTime": 1448549922,
              "lastModifiedTime": 1448549922,
              "lastUsed": 1448560456,
              "removalTime": 1448895522
            }
          }
        },
        "sellerVendorName": "Acme Event Planners Inc."
      }
    }
  ],
  "statusChangeReason": "Fraud_Team_Manual_Decline",
  "updatedMerchantStatus": "Shipped",
  "updatedStatus": "SENT",
  "updatedTotalAmount": {
    "amountLocalCurrency": "105.55",
    "amountUSD": "99.95",
    "currency": "CAD"
  },
  "updatedTotalDiscount": {
    "couponCodeUsed": "FATHERSDAY2015",
    "couponDiscountAmount": {
      "amountLocalCurrency": "105.55",
      "amountUSD": "99.95",
      "currency": "CAD"
    }
  },
  "updatedTryOutStatus": "EMAIL_SENT_TO_CUSTOMER",
  "verificationResults": {
    "authorizationCode": "A33244",
    "authorizationProcessedWith3DS": true,
    "avsFullResult": "Y",
    "avsNameResult": "M",
    "avsStreetResult": "N",
    "avsZipResult": "M",
    "cavvResult": "VYboNwcsB3F9gTIsbaUjvEuLW0o=",
    "cvvResult": "M",
    "eciValue": "05",
    "exemptionStatus": "accepted",
    "issuerResponseCode": "D23",
    "issuerResponseText": "Stolen card",
    "liabilityShift": true,
    "partyExecuted3DS": "PSP",
    "processorResponseCode": "D23",
    "processorResponseText": "Stolen card",
    "threeDsInteractionMode": "FRICTIONLESS",
    "threeDsStatus": "Cardholder authenticated",
    "threeDsVersion": "2.1.0"
  }
}

Response

Example statusResponse

messagestring required

The message containing status response text

statusstring required

Status of the request processing

Example response

{
  "message": "Transaction #:id status recieved",
  "status": "success"
}