Show / Hide Table of Contents

Class CreateNewPaymentTransaction

Inheritance
System.Object
CreateNewPaymentTransaction
Namespace: PontualMoneyTransfer.Services.API.Transactions
Assembly: PontualMoneyTransfer.Services.API.dll
Syntax
public class CreateNewPaymentTransaction : object

Methods

CreateNewPayment(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

Declaration
public XmlDocument CreateNewPayment(string strXMLRequest, string AgentID, string PartnerID, string AgentOrderReference, string OrderCreationTime, string SenderUID, string SenderLastName, string SenderFirstName, string SenderCompanyName, string SenderAddress, string SenderCity, string SenderState, string SenderZip, string SenderCountry, string SenderPhone1, string SenderPhone2, string SenderEmail, string SenderDateOfBirth, string SenderDocument1Type, string SenderDocument1Issue, string SenderDocument1StateIssue, string SenderDocument1Number, string SenderDocument2Type, string SenderDocument2Issue, string SenderDocument2Number, string SenderGender, string SenderNationality, string RecipientUID, string RecipientLastName, string RecipientFirstName, string RecipientCompany, string RecipientAddress1, string RecipientCity, string RecipientState, string RecipientZip, string RecipientCountry, string RecipientPhone1, string RecipientPhone2, string RecipientEmail, string RecipientDocument1Type, string RecipientDocument1Issuer, string RecipientDocument1Number, string RecipientDocument2Type, string RecipientDocument2Issuer, string RecipientDocument2Number, string RecipientBillType, string RecipientBillerName, string RecipientBillerCode, string RecipientBillerAccountNo, string RecipientBillerUserName, string RecipientBillDueDate, string RecipientBillerPassword, string RecipientBillerAccountID, string RecipientTIN, string NetAmountSent, string TotalFeeSender, string TotalCollectedFromSender, string ExchangeRateSender, string CurrencySent, string ExchangeRateAgent, string TotalFeeAgent, string TotalDueFromAgent, string AmountReceived, string TotalRecipiententFee, string TotalPaidToRecipient, string CurrencyOfPayment, string CurrencyOfPaymentID, string ChallengeQuestion, string ChallengeAnswer, string PayLocationID, string PaymentLocation, string MessageToRecipient, string PaymentInstructions, string TypeOfPaymentText, string TypeOfPaymentID, string OrderClaimCode, string Custom1, string Custom2, string Custom3, string Custom4, string SenderOccupation, string RelationshipToSender, string PurposeOfOrder, string OrderFundSource, string OrderCardSurcharge, string OrderID, string Sku, string Biller, string Inputs)
Parameters
Type Name Description
System.String strXMLRequest
System.String AgentID
System.String PartnerID
System.String AgentOrderReference
System.String OrderCreationTime
System.String SenderUID
System.String SenderLastName
System.String SenderFirstName
System.String SenderCompanyName
System.String SenderAddress
System.String SenderCity
System.String SenderState
System.String SenderZip
System.String SenderCountry
System.String SenderPhone1
System.String SenderPhone2
System.String SenderEmail
System.String SenderDateOfBirth
System.String SenderDocument1Type
System.String SenderDocument1Issue
System.String SenderDocument1StateIssue
System.String SenderDocument1Number
System.String SenderDocument2Type
System.String SenderDocument2Issue
System.String SenderDocument2Number
System.String SenderGender
System.String SenderNationality
System.String RecipientUID
System.String RecipientLastName
System.String RecipientFirstName
System.String RecipientCompany
System.String RecipientAddress1
System.String RecipientCity
System.String RecipientState
System.String RecipientZip
System.String RecipientCountry
System.String RecipientPhone1
System.String RecipientPhone2
System.String RecipientEmail
System.String RecipientDocument1Type
System.String RecipientDocument1Issuer
System.String RecipientDocument1Number
System.String RecipientDocument2Type
System.String RecipientDocument2Issuer
System.String RecipientDocument2Number
System.String RecipientBillType
System.String RecipientBillerName
System.String RecipientBillerCode
System.String RecipientBillerAccountNo
System.String RecipientBillerUserName
System.String RecipientBillDueDate
System.String RecipientBillerPassword
System.String RecipientBillerAccountID
System.String RecipientTIN
System.String NetAmountSent
System.String TotalFeeSender
System.String TotalCollectedFromSender
System.String ExchangeRateSender
System.String CurrencySent
System.String ExchangeRateAgent
System.String TotalFeeAgent
System.String TotalDueFromAgent
System.String AmountReceived
System.String TotalRecipiententFee
System.String TotalPaidToRecipient
System.String CurrencyOfPayment
System.String CurrencyOfPaymentID
System.String ChallengeQuestion
System.String ChallengeAnswer
System.String PayLocationID
System.String PaymentLocation
System.String MessageToRecipient
System.String PaymentInstructions
System.String TypeOfPaymentText
System.String TypeOfPaymentID
System.String OrderClaimCode
System.String Custom1
System.String Custom2
System.String Custom3
System.String Custom4
System.String SenderOccupation
System.String RelationshipToSender
System.String PurposeOfOrder
System.String OrderFundSource
System.String OrderCardSurcharge
System.String OrderID
System.String Sku
System.String Biller
System.String Inputs
Returns
Type Description
XmlDocument
Back to top