<back to all web services
PaymentSyncStatusByTransactionId
The following routes are available for this service:POST | /payments/syncstatus/bytransactionid | Sync the payment status | Search by list of TransactionIds for payment details in Braintree, results are stored in the payments table. |
---|
PaymentSyncStatusByTransactionId Parameters:Name | Parameter | Data Type | Required | Description |
---|
TransactionIds | body | List<PaymentId> | No | |
PaymentId Parameters:Name | Parameter | Data Type | Required | Description |
---|
TransactionId | form | string | No | |
ReferenceNumber | form | string | No | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
HTTP + CSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /payments/syncstatus/bytransactionid HTTP/1.1
Host: azs-dev-payment-web.azurewebsites.net
Accept: text/csv
Content-Type: text/csv
Content-Length: length
{"transactionIds":[{"transactionId":"String","referenceNumber":"String"}]}