PO
Personalized Offers
/statementcreditactivationdetail
Returns Information About Redeemable Postpaid Credit Offer
This resource returns extended information about the specified activated postpaid credit offer.
liveunknown~3s typical
statement credit activation detailpersonalized
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-mastercard-com-personalizedloyaltyoffers /statementcreditactivationdetail for me.
Input
| Field | Type | Description |
|---|---|---|
| FId* | string | Financial Institution Identifier. Code that specifies the platform and configuration instance, provided by Mastercard during implementation. default null |
| UserToken* | string | Session identifier as returned by the UserToken resource. default null |
| ActivationId* | string | Distinct identifier for the offer being available for redemption by the user as returned by Activate Statement Credit Offer or Redeemed Offers, not intended for end-user display. default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-mastercard-com-personalizedloyaltyoffers","endpoint":"/statementcreditactivationdetail","input":{"FId":"...","UserToken":"...","ActivationId":"..."}}'cli
npx cracked-ai run -p oa-mastercard-com-personalizedloyaltyoffers -e /statementcreditactivationdetail -i '{"FId":"...","UserToken":"...","ActivationId":"..."}'mcp
run_tool({ provider: "oa-mastercard-com-personalizedloyaltyoffers", endpoint: "/statementcreditactivationdetail", input: {"FId":"...","UserToken":"...","ActivationId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.