Pending Order
Get Pending Order
Last updated
Get Pending Order
Last updated
This GET
endpoint gets a pending order of a third party customer. The publicKey
is passed in the header while only an emailAddress
is passed as a param. See the example below;
GET
https://canary.xendbridge.com/api/PeerToPeerOrder/ThirdParty/PendingOrder?emailAddress=annadoe@gmail.com
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
This GET
endpoint gets a pending order of a third party customer. The publicKey
is passed in the header while the orderReference
is passed as a param. See the example below;
GET
https://canary.xendbridge.com/api/PeerToPeerOrder/ThirdParty/Order/Reference
Parameter | Type | Definitions |
---|---|---|
Parameters | Type | Definitions |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
emailAddress*
johndoe@gmail.com
secretKey*
{secretKey}
emailAddress
string
Required
This is the consumer's email address.
orderStatus
enum
This the current status of an order when being placed. It can either be ProcessingRequest
or Available
.
orderResponse
object
This holds the orderReference
objects and properties.
orderReference
string
This the reference to a particular order.
recieveInCurrencyCode
enum
This is the currency code to receive the currency in.
payInCurrencyCode
enum
This is the currency code to pay with.
receivableAmount
decimal
This the receivable amount of the currency.
payableAmount
decimal
This is the payable amount of the currency.
providerName
string
This the provider's name.
providerFirstName
string
This is the provider's first name.
providerLastName
string
This is the provider's last name.
providerEmail
string
This is the provider's email address.
initiatedAt
DateTime
The date time the order was made.
orderExpiryDate
DateTime
The expiry date time of the order.
initiatedAtTimestamp
long
The time in milliseconds an order was made
orderExpiryTimestamp
long
The time in milliseconds of when thee order will expire.
fundedProviderAtTimeStamp
long
The time of when a customer indicates payment for an order in milliseconds.
fundedCustomerAtTimeStamp
long
The time of when a provider indicates payment of order to the customer in milliseconds
orderCompletedAtTimeStamp
long
The time in milliseconds an order was completed.
p2POrderStatus
enum
The status of the order at the curent time. It could be Submitted
, Cancelled
, Acknowledged
, FundedProvider
, FundReceivedFromUser
, FundedUser
, Completed
, OrderTimedOut
disputeStatus
enum
The status of the dispute on an order. It could either be NoDispute
, DisputeRaisedByCustomer
, DisputeRaisedByProvider
, DisputeRaisedByBothParties
, DisputeResolved
or CouldNotBeResolved
.
disputeReference
string
Required
This is the reference value of a dispute on an order.
orderType
enum
This is the status of the order, whether it's a Buy
or Sell
.
providerContact
object
This is holds properties of a provider's contact information.
phoneNumber
string
The phone number of either the provider or customer.
whatsappNumber
string
The whatsapp number of either the provider or customer.
customerContact
object
This holds the properties of the contact information.
string
This is an email address of the customer.
name
string
This is the name of the customer.
phoneNumber
string
The phone number of the customer
providerPaymentMethods
object
This holds the properties of the payment methods of the provider.
paymentMethod
enum
This is the method of payment. It could be Bank
or Crypto
paymentType
enum
This is the type of payment. It could be Bank
, Crypto
, UserName
or MobileMoney
.
paymentData
object
This holds the properties of the payment method.
bankName
string
The bank name of the the provider or customer.
accountNumber
string
The bank account number of the provider or customer.
accountName
string
The bank account name of the provider or customer.
currency
enum
The currency in which the order was made. It could be BUSD
or NGN
.
orderPaymentMethod
object
This holds properties of the payment method in which the order is to be made to.
consumerDepositMethod
object
This holds the properties of the consumer deposit details.
consumerrReceiptMethod
object
This holds the properties of the consumer receiving method details.
walletAddress
string
This is the crypto wallet address of the consumer.
network
enum
This is the network currently supported in the system which the wallet address is based on.
providerTransactionMetadata
o
This holds the properties of the transaction metadata of an order.
orderReference*
string
XB_e1315fb1c9fd419998046ab96062361c
secretKey*
{secretKey}