Skip to content
This repository was archived by the owner on Mar 20, 2018. It is now read-only.
This repository was archived by the owner on Mar 20, 2018. It is now read-only.

Transparent Redirect Parameters #130

@mmeo

Description

@mmeo

When using this resource URI: https://api.chargify.com/api/v2/subscriptions/<subscription.id>/card_update
the correct resource parameter to use is: payment_profile[first_name]

When using this resource URI: https://api.chargify.com/api/v2/signups
the correct parameter is: signup[payment_profile][first_name]

However, sending signup[payment_profile][first_name] to the card_update URI will:

  1. Not do what was intended (update card info) as implied by the use of the card_update URI
  2. Also not successfully create a new customer signup
  3. Return a 200 status code as though everything went ok

Essentially, it does neither action (signup/card_update) successfully yet still returns 200.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions