Contact us

To help us direct your question to the best team to provide an answer please select which option best describes you.

  • I would like to speak to someone about setting up a new account
    Next
  • I'm an existing customer and need help with my account
    Next
  • I’m looking to integrate payments to my software platform or application
    Next
  • I’m a member of the media
    Next

Code me this,
Code me that,
Can you crack the code
in my Full-Stack?

Which is one of Paysafe's main values?

 

enum PaysafeMainValues: String {
    case courageous
    case open
    case pioneering
    case focused
}
enum OtherValues: String {
    case honesty
    case integrity
    case responsibility
    case equality
}
class Paysafe {
    static let mainValues: [String] = [
        PaysafeMainValues.courageous.rawValue,
        PaysafeMainValues.open.rawValue,
        PaysafeMainValues.pioneering.rawValue,
        PaysafeMainValues.focused.rawValue
    ]
    static let otherValues: [String] = [
        OtherValues.honesty.rawValue,
        OtherValues.integrity.rawValue,
        OtherValues.responsibility.rawValue,
        OtherValues.equality.rawValue
    ]
    static let theValueYouArelookingFor: PaysafeMainValues = .courageous
}

Please get back to the original page and submit your answer in the form