geowallet
    • Overview
    • Authentication
    • APIs
      • Ledger Balance
        • Get Balance of all ledgers
        • Get Balance for a single currency
      • Funding
        • Get deposit instruments
      • Payers
        • Create original payer
      • Beneficiaries
        • Create beneficiary
      • Quotes
        • Get FX quotation
      • Payments
        • Confirm quote and create payment
        • Payment result inquiry
      • Files
        • Create file upload session
        • Get file processing status
        • Upload file binary to pre-signed URL
    • Payment Status Webhook
    • About Us
    • Schemas
      • ErrorResponse
      • DepositInstrumentsResponse
      • DepositInstruction
      • FiatBankAccount
      • CreatePayerRequest
      • PayerInfo
      • IdentityInfo
      • Address
      • CompanyInfo
      • Director
      • UBO
      • DocumentReference
      • CreatePayerResponse
      • CreateBeneficiaryRequest
      • BeneficiaryInfo
      • BeneficiaryBankAccount
      • IntermediaryBank
      • OriginatorInfo
      • LocalClearing
      • CreateBeneficiaryResponse
      • QuoteRequest
      • QuoteResponse
      • PaymentRequest
      • PaymentInstruction
      • Amount
      • Compliance
      • Metadata
      • PaymentResponse
      • FileUploadSessionRequest
      • FileUploadSessionResponse
      • FileStatusResponse

    CreatePayerRequest

    {
        "requestId": "string",
        "merchantId": 0,
        "payerType": "INDIVIDUAL",
        "payer": {
            "name": "string",
            "enName": "string",
            "firstName": "string",
            "lastName": "string",
            "phone": "string"
        },
        "identity": {
            "type": "NATIONAL_ID",
            "number": "string",
            "issuedDate": "2019-08-24",
            "expirationDate": "2019-08-24"
        },
        "address": {
            "line1": "string",
            "city": "string",
            "state": "string",
            "country": "string"
        },
        "company": {
            "brNumber": "string",
            "registrationDate": "2019-08-24",
            "expiryDate": "2019-08-24",
            "registrationAddress": {
                "line1": "string",
                "city": "string",
                "state": "string",
                "country": "string"
            }
        },
        "directors": [
            {
                "name": "string",
                "idNo": "string",
                "idExpiration": "2019-08-24"
            }
        ],
        "ubos": [
            {
                "name": "string",
                "idType": "PASSPORT",
                "idNo": "string"
            }
        ],
        "documents": [
            {
                "fileId": 0,
                "type": "ID_FRONT"
            }
        ]
    }
    Built with