My Project
  1. Mobile payment Notifications
My Project
  • OUTBACK APIs
    • User
      • Create User
      • Login User
      • Forgot Password
      • Validate otp
      • Reset Password
      • Social login
      • Search Post
      • Update User
      • Get Profile
      • Get User Profile for Web
      • Delete Account
      • Logout
      • Get All Users
      • Update FCM TOKEN
      • Verify User
      • Follow Unfollow User
      • Get User Connections
      • Check User
    • Post
      • Get Popular Categories Post
      • Add Post
      • Update Post
      • Get Post
      • Get My Post
      • Detail Post By Id
      • Get Trending Posts
      • Get Most Viewed Post
      • get specfic user post
      • Record Fav_Unfav post
      • Get Favt Post
      • Record Views
      • All Posts Views
      • Add Comment
      • Get Comments
      • Get Collection List
      • Get Post Collection
      • Remove Collection
      • Delete Post
      • Update Sold Type
      • report post
      • update thumnail of posts
      • Convert To HLS
      • COMPRESS THUMBNAILS
      • Soft Delete Post
      • DECOMPRESS THUMBNAILS
    • ChatRoom/Messages
      • Create Chatroom
      • Send Message
      • Get Messages
      • Get ChatRoom
      • Update block status
      • Delete Message
    • Town Hall
      • Add townhall post
      • get town hall post
      • get specific user townhall post
      • reaction on townhall post
      • Add replies
      • get replies
      • Reaction On reply
      • get Location search
      • Report Townhall post
      • Delete TownHall Post
    • notfication
      • message notfication
      • message notfication
    • Category
      • Update Category
      • Get Model By Makes
      • get category V2
      • Add Category
      • Add subcategory
      • Get Categories
      • Delete Category
    • Payments
      • Add Card
      • Get Cards
      • Top up Wallet
      • Get Transaction History
      • View Wallet balence
      • Make Payments
      • Update Default Card
      • Add Bank Account
      • Update Bank Account
      • Withdraw to Bank Acc
    • PAYMENTS APIS
      • Create Setup Intent
      • Save Payment Method
      • For getting test payment Id
      • View Balance
      • Add funds to Account
      • Add Bank Account
      • Get User Bank Accounts
      • Select Default Bank Acc
    • System setting
      • User Count
    • Seeder
      • Seeder for adding views
  • UT
  • User
    • Get User
      GET
    • Get Presigned Url
      POST
    • Generate invite link
      GET
    • Verify Invite Link
      GET
    • Guest Signup
      POST
    • Trial Signup
      POST
    • Trial start
      POST
    • Trial extend
      POST
    • Get Signed URL
      POST
    • Forgot Password
      POST
    • Change Password
      POST
    • Reset Password
      POST
    • User Account Removal
      POST
    • User Account cacel subscription
      POST
    • User Account reinstated subscription
      POST
    • User Account pause subscription
      POST
    • User Account unpause subscription
      POST
    • User Subscribe sendy
      POST
  • Imagine API
    • Text to image
    • Remove Bg
    • AI Background Image
    • Enhance image
  • Profit Tracker
    • Get inventory stats
    • Get Inventory
    • Get net proft stats
  • Purchase Tool
    • Create Purchase listing tool
    • Fetch Purchase Tool List
    • Purchase listing detail
    • Item Mark as Sold
    • Edit Purchase Product Detail
    • Remove product
  • Product Analysis
    • Product Insights
    • Statistic
    • background Removal
  • Marketplace
    • Product Insights
  • FeedBack
    • Create feedback
  • Screenshot Analysis
    • Product Insights
    • Statistic
  • Product Search
    • Favourite Toogle
    • Update Product
    • Listing
  • Click Bank INS
    • Check blank notificaiton
  • Mobile payment Notifications
    • Mobile payment webhook
      POST
  • Sendy
    • email-subscription
    • email-unsubscribe
  • Ebay
    • g
    • Auth app token
    • Generate Auth URL
    • Auth callback
    • Auth refresh token
    • Create listing
    • Publish listing
    • Get seller list
    • Get rate limits
    • Get best deals
    • Delete listing
  • Admin
    • Get All Users
    • Trial user completed
    • User stats
  • Error
    • send error
  1. Mobile payment Notifications

Mobile payment webhook

POST
/mobile-payment-notifications

Request

Body Params application/json

Example
{
  
  "api_version": "1.0",
  "event": {
    "aliases": [
      "898e14e8-e081-70d4-1b68-fd2e4f0b8318"
    ],
    "app_id": "app8dbda8b83bweqw",
     "subscriber_attributes": {
      "$email": {
        "value": "hammad+stage@expedey.com",
        "updated_at_ms": 1750433279335
      },
      "$displayName": {
        "value": "Hammad Ahmed",
        "updated_at_ms": 1750433279335
      },
      "$phoneNumber": {
        "value": "+19795551234",
        "updated_at_ms": 1750433279335
      },
      "my_custom_attribute_1": {
        "value": "catnip",
        "updated_at_ms": 1750433279335
      }
    },
    "app_user_id": "898e14e8-e081-70d4-1b68-fd2e4f0b8318",
    "commission_percentage": 0.15,
    "country_code": "PK",
    "currency": "PKR",
    "entitlement_id": null,
    "entitlement_ids": [
      "Core"
    ],
    "environment": "SANDBOX",
    "event_timestamp_ms": 1750741542905,
    "expiration_at_ms": 1750741833655,
    "id": "898e14e8-e081-70d4-1b68-fd2e4f0b8318",
    "is_family_share": false,
    "metadata": null,
    "offer_code": null,
    "original_app_user_id": "898e14e8-e081-70d4-1b68-fd2e4f0b8318",
    "original_transaction_id": "GPA.3317-4619-9974-48205",
    "period_type": "NORMAL",
    "presented_offering_id": "default",
    "price": 20.1,
    "price_in_purchased_currency": 5700,
    "product_id": "urbanteasure_monthly:urbanteasure-monthly",
    "purchased_at_ms": 1750741534263,
    "renewal_number": 1,
    "store": "PLAY_STORE",
    "takehome_percentage": 0.85,
    "tax_percentage": 0,
    "transaction_id": "GPA.3317-4619-9974-48205",
    "type": "INITIAL_PURCHASE",
    "transferred_from": [],
    "transferred_to": []
  },
  "processed": false
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev.outbackmarketplace.com/api/v1/mobile-payment-notifications' \
--header 'Content-Type: application/json' \
--data-raw '{
  
  "api_version": "1.0",
  "event": {
    "aliases": [
      "898e14e8-e081-70d4-1b68-fd2e4f0b8318"
    ],
    "app_id": "app8dbda8b83bweqw",
     "subscriber_attributes": {
      "$email": {
        "value": "hammad+stage@expedey.com",
        "updated_at_ms": 1750433279335
      },
      "$displayName": {
        "value": "Hammad Ahmed",
        "updated_at_ms": 1750433279335
      },
      "$phoneNumber": {
        "value": "+19795551234",
        "updated_at_ms": 1750433279335
      },
      "my_custom_attribute_1": {
        "value": "catnip",
        "updated_at_ms": 1750433279335
      }
    },
    "app_user_id": "898e14e8-e081-70d4-1b68-fd2e4f0b8318",
    "commission_percentage": 0.15,
    "country_code": "PK",
    "currency": "PKR",
    "entitlement_id": null,
    "entitlement_ids": [
      "Core"
    ],
    "environment": "SANDBOX",
    "event_timestamp_ms": 1750741542905,
    "expiration_at_ms": 1750741833655,
    "id": "898e14e8-e081-70d4-1b68-fd2e4f0b8318",
    "is_family_share": false,
    "metadata": null,
    "offer_code": null,
    "original_app_user_id": "898e14e8-e081-70d4-1b68-fd2e4f0b8318",
    "original_transaction_id": "GPA.3317-4619-9974-48205",
    "period_type": "NORMAL",
    "presented_offering_id": "default",
    "price": 20.1,
    "price_in_purchased_currency": 5700,
    "product_id": "urbanteasure_monthly:urbanteasure-monthly",
    "purchased_at_ms": 1750741534263,
    "renewal_number": 1,
    "store": "PLAY_STORE",
    "takehome_percentage": 0.85,
    "tax_percentage": 0,
    "transaction_id": "GPA.3317-4619-9974-48205",
    "type": "INITIAL_PURCHASE",
    "transferred_from": [],
    "transferred_to": []
  },
  "processed": false
}'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2025-08-13 12:27:55
Previous
Check blank notificaiton
Next
email-subscription
Built with