I have tried to used postman for Express Checkout, but getting following error:
ACK=Failure&L_ERRORCODE0=81002&L_SHORTMESSAGE0=Unspecified%20Method&L_LONGMESSAGE0=Method%20Specified%20is%20not%20Supported&L_SEVERITYCODE0=Error
I read also few other answers but havent found out any solution.
L_BILLINGTYPEn
parameter instead ofBILLINGTYP
and 2) usePAYMENTREQUEST_n_AMT
instead ofAMT
. I have used SOAP format instead NVP but it seems your request to init billing agreement is incorrect. And yes, your methodSale
is correct. – andrykonchin