Get Payment Route
The payment’s pinned route, what would apply without a pin, and whether a
pin would be accepted (pinnable) so the dialog need not try to find out.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Whether the configurable-routing engine is switched on for this account. When False the pin is stored but has no effect: the resolver returns before reading any pin, and processor selection stays on the legacy path. would_apply is still computed so the dialog can describe the engine’s decision, but the dialog should warn that it is not live.
Whether a POST on this resource would be accepted. False for a payment no charge path reads the pin of: created from an invoice or a migration, already in a terminal state, or checked out through a session that names its own route (which outranks a payment pin). Always True for a subscription. not_pinnable_reason says why when False.
What routing would decide for a payment or subscription right now.
Backs the pin/unpin confirm dialog, which the spec requires to show “what rule or default would have applied”.
Why pinnable is False; null when it is True