Charge Status API
GET
https://services.onlinesales.ai/osBillingServiceV2/marketplace/chargeStatus
Query Parameters
token*
String
Valid app token shared by Onlinesales.ai *note: do not use this token in any application on the client side.
partnerTransactionId*
String
Transaction id for this transaction at marketplace side. OS will handle duplicates with this id
valid string. Maximum of 128 characters
marketplaceClientId*
Integer
Unique client id defined by OS for marketplace. It will be different for staging and production.
Expected Values Shared by OS
merchantId*
String
Marketplace merchant Id
Request Body
Sample Request
Response Field
clientId
Integer
OS created id for merchants
merchantId
String
Marketplace merchant Id
merchantType
String
Expected Values (case insensitive) brand OR seller
id
Integer
OS transaction id
status
String
Status of the request SUCCESS, FAILED
partnerTransactionId
String
Transaction id for this transaction at marketplace side. OS will handle duplicates with this id
marketplaceClientId
Integer
Unique client id defined by OS for marketplace. It will be different for staging and production.
details
JSON
Any details regarding the transaction "details": { "error": { "code": "IP0000", "message": "Invalid Parameters Error", "description": [ ""value" must contain at least one of [token, merchantId]" ] }
Last updated