Cancels a reserved or pending transaction.
Test that the intended recipient has a verified Amazon Payments account.
Returns details about the token specified by ‘CallerReference’.
Returns details about the token specified by ‘TokenId’.
Returns the status of a given transaction.
Set us up as a caller This will install a new caller_token into the FPS section. This should really only be called to regenerate the caller token.
InstallPaymentInstruction instruction: The PaymentInstruction to send, for example:
MyRole==’Caller’ orSay ‘Roles do not match’;
token_type: Defaults to “Unrestricted” transaction_id: Defaults to a new ID
Set us up as a Recipient This will install a new caller_token into the FPS section. This should really only be called to regenerate the recipient token.
Generate the URL with the signature required for signing up a recipient
Generate the URL with the signature required for a transaction
Make a payment transaction. You must specify the amount. This can also perform a Reserve request if ‘reserve’ is set to True.
Refund a transaction. This refunds the full amount by default unless ‘refundAmount’ is specified.
Charges for a reserved payment.